Fixed the Theme breaking issue

This commit is contained in:
monilprajapati
2025-05-19 19:58:25 +05:30
parent d1a0806a8a
commit b847c3ac6e
3 changed files with 40 additions and 22 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
},
}}
>
{userdata && userdata?.support && (
{userdata && (
<>
<ToggleButtonGroup
value={currentSelectedTheme}