Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Mar 1, 2023
1 parent f47ef47 commit 7621365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBarMenu.vue
Expand Up @@ -372,7 +372,7 @@ export default {
if (!this.conversation.type === CONVERSATION.TYPE.GROUP || !this.canFullModerate) {
return false
}
const breakoutRoomsEnabled = getCapabilities()?.spreed?.config?.call?.['breakout-rooms']
return !!breakoutRoomsEnabled
},
Expand Down

0 comments on commit 7621365

Please sign in to comment.