hacky solution deployed

This commit is contained in:
Crazypersonalph
2023-12-05 12:51:10 +08:00
parent f64d0ac042
commit 8466d1e20d
2 changed files with 3 additions and 9 deletions
@@ -23,7 +23,6 @@ const ThemeSelector = ({ selectedType, setSelectedType, isEditMode }: ThemeSelec
useEffect(() => {
const initializeThemes = async () => {
const downloaded = (await listThemes());
const initializedThemes = themesList.map(theme => ({
...theme,
isDownloaded: downloaded.themes.includes(theme.name),