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