Fixed the Theme breaking issue
This commit is contained in:
@@ -493,7 +493,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
|
||||
},
|
||||
}}
|
||||
>
|
||||
{userdata && userdata?.support && (
|
||||
{userdata && (
|
||||
<>
|
||||
<ToggleButtonGroup
|
||||
value={currentSelectedTheme}
|
||||
|
||||
Reference in New Issue
Block a user