web: fix applied theme status not showing on themes

This commit is contained in:
Abdullah Atta
2023-08-07 12:32:52 +05:00
parent 1b6a27376c
commit a2d5eda538

View File

@@ -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}
/> />