format using prettier rules from project prettierrc

This commit is contained in:
YoJames2019
2026-02-10 22:55:26 -05:00
parent 9562103210
commit 008669efdf
7 changed files with 145 additions and 117 deletions

View File

@@ -46,26 +46,25 @@ export const usePermissionGroups = (): PermissionGroup[] => {
],
};
const callSettingsGroup: PermissionGroup = {
name: 'Calls',
items: [
{
location: {
state: true,
key: StateEvent.GroupCallPrefix
key: StateEvent.GroupCallPrefix,
},
name: "Start Call"
name: 'Start Call',
},
{
location: {
state: true,
key: StateEvent.GroupCallMemberPrefix
key: StateEvent.GroupCallMemberPrefix,
},
name: "Join Call"
}
]
}
name: 'Join Call',
},
],
};
const moderationGroup: PermissionGroup = {
name: 'Moderation',