summaryrefslogtreecommitdiffstats
path: root/src/PublicShareSidebar.vue
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2022-01-20 15:53:54 +0100
committermarco <marcoambrosini@pm.me>2022-01-20 15:53:54 +0100
commit603de3b869c3b372bf559ee410103d7e4d72da8c (patch)
treee38c4567dfb4e85b384665a09f4c9a4e395bb471 /src/PublicShareSidebar.vue
parent3688e0c5b711fcf8a3a2567a939a2f5d78d408cd (diff)
Fix linter errors
Signed-off-by: marco <marcoambrosini@pm.me>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index 11da274c1..9acb87bfc 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -32,7 +32,8 @@
</button>
</div>
<template v-else>
- <CallView v-if="isInCall"
+ <CallView
+ v-if="isInCall"
:token="token"
:is-sidebar="true" />
<PreventUnload :when="warnLeaving" />