fix: silence state_referenced_locally warning in theme store
This commit is contained in:
@@ -22,7 +22,7 @@ function createTheme() {
|
||||
if (stored && CYCLE.includes(stored)) {
|
||||
theme = stored;
|
||||
}
|
||||
applyTheme(theme);
|
||||
applyTheme(stored && CYCLE.includes(stored) ? stored : 'system');
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user