Don't look too hard at this commit, nothing to see here

This commit is contained in:
Opaque02 2024-09-13 00:47:57 +10:00
parent f4df35a452
commit 2c0fc385bd
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ export default class MenuUiHandler extends MessageUiHandler {
keepOpen: true
}
];
if (!bypassLogin && loggedInUser?.hasAdminRole || true) {
if (!bypassLogin && loggedInUser?.hasAdminRole) {
communityOptions.push({
label: "Admin",
handler: () => {