mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
web: fix applied theme status not showing on themes
This commit is contained in:
@@ -237,7 +237,7 @@ function ThemesList() {
|
|||||||
<ThemeItem
|
<ThemeItem
|
||||||
key={theme.id}
|
key={theme.id}
|
||||||
theme={theme}
|
theme={theme}
|
||||||
isApplied={false}
|
isApplied={isThemeCurrentlyApplied(theme.id)}
|
||||||
isApplying={isApplying}
|
isApplying={isApplying}
|
||||||
setTheme={setTheme}
|
setTheme={setTheme}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user