Skip to content

Commit

Permalink
Update RoomTabSection.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Jun 7, 2024
1 parent 76c556c commit 3d74ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/RoomTabSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const availableTabs = computed(() => {
tabs.push({ key: 'files', label: t('rooms.files.title'), icon: 'fa-solid fa-folder-open', component: RoomTabFiles });
if (settingsStore.getSetting('recording.mode') === 'integrated') {
if (settingsStore.getSetting('recording.mode') === 'INTEGRATED') {
tabs.push({ key: 'recordings', label: t('rooms.recordings.title'), icon: 'fa-solid fa-play-circle', component: RoomTabRecordings });
}
Expand Down

0 comments on commit 3d74ac5

Please sign in to comment.