diff --git a/src/equicordplugins/themeLibrary/components/ThemeTab.tsx b/src/equicordplugins/themeLibrary/components/ThemeTab.tsx index 195250f9..9fb7fd0d 100644 --- a/src/equicordplugins/themeLibrary/components/ThemeTab.tsx +++ b/src/equicordplugins/themeLibrary/components/ThemeTab.tsx @@ -121,11 +121,8 @@ function ThemeTab() { }, []); useEffect(() => { - const newLinks = Vencord.Settings.themeLinks; - if (JSON.stringify(themeLinks) !== JSON.stringify(newLinks)) { - setThemeLinks(newLinks); - } - }, [Vencord.Settings.themeLinks]); + setThemeLinks(Vencord.Settings.themeLinks); + }, []); useEffect(() => { // likes only update after 12_000 due to cache