Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-24 11:01:59 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-24 11:01:59 +0300
commitb06c7f24886e6773219aa60d93e27ee1bb9f59d8 (patch)
tree0a6334e724d27ce489957e28012b52ca621c7aee /src/PublicShareSidebar.vue
parent94b412c047d6b1895701df9241235091c81d2d64 (diff)
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index 9acb87bfc..11da274c1 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -32,8 +32,7 @@
</button>
</div>
<template v-else>
- <CallView
- v-if="isInCall"
+ <CallView v-if="isInCall"
:token="token"
:is-sidebar="true" />
<PreventUnload :when="warnLeaving" />