summaryrefslogtreecommitdiffstats
path: root/src/components/RightSidebar/RightSidebar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/RightSidebar/RightSidebar.vue')
-rw-r--r--src/components/RightSidebar/RightSidebar.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/RightSidebar/RightSidebar.vue b/src/components/RightSidebar/RightSidebar.vue
index 2313beac1..acf8579b6 100644
--- a/src/components/RightSidebar/RightSidebar.vue
+++ b/src/components/RightSidebar/RightSidebar.vue
@@ -52,6 +52,7 @@
:name="t('spreed', 'Participants')"
icon="icon-contacts-dark">
<ParticipantsTab
+ :is-active="activeTab === 'participants'"
:can-search="canSearchParticipants"
:can-add="canAddParticipants" />
</AppSidebarTab>