summaryrefslogtreecommitdiffstats
path: root/src/components/TopBar/CallButton.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-18 08:09:41 +0200
committerJoas Schilling <coding@schilljs.com>2022-05-18 08:09:41 +0200
commit9cd94d396af9c088a38ee35b108012836aaa2b25 (patch)
tree87216422c5c6f1099022f737f3c59158e7b45746 /src/components/TopBar/CallButton.vue
parent8059349474860f30a89b7e6c31d777c77fa703e0 (diff)
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/TopBar/CallButton.vue')
-rw-r--r--src/components/TopBar/CallButton.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/TopBar/CallButton.vue b/src/components/TopBar/CallButton.vue
index 392625aa3..39c2162fa 100644
--- a/src/components/TopBar/CallButton.vue
+++ b/src/components/TopBar/CallButton.vue
@@ -44,8 +44,8 @@
:disabled="loading"
@click="leaveCall(false)">
<VideoOff slot="icon"
- :size="20"
- decorative />
+ :size="20"
+ decorative />
{{ leaveCallLabel }}
</Button>
<Actions v-else-if="showLeaveCallButton && canEndForAll"