Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Keep Start Captioning button enabled if Firebase isn't configured
Browse files Browse the repository at this point in the history
  • Loading branch information
curtgrimes committed Oct 31, 2023
1 parent b735881 commit 4e8f2a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
}"
:variant="captioningToggleButtonVariant"
@click="captioningToggleButtonClick"
:disabled="$store.state.user.signedIn === null"
>
<div :class="{ 'px-4 py-2': largerLayout }">
<span v-if="!this.captioningOn">
Expand Down

0 comments on commit 4e8f2a3

Please sign in to comment.