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
key={theme.id}
theme={theme}
isApplied={false}
isApplied={isThemeCurrentlyApplied(theme.id)}
isApplying={isApplying}
setTheme={setTheme}
/>