From 8222e88d78ca9a3eadd2c5f693306b26612cc620 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 13 Apr 2022 16:13:56 +0200 Subject: [PATCH] Hide details tab when not needed Signed-off-by: Joas Schilling --- src/components/RightSidebar/RightSidebar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/RightSidebar/RightSidebar.vue b/src/components/RightSidebar/RightSidebar.vue index 1fa0b857d..cb2e0c17d 100644 --- a/src/components/RightSidebar/RightSidebar.vue +++ b/src/components/RightSidebar/RightSidebar.vue @@ -56,7 +56,8 @@ :can-search="canSearchParticipants" :can-add="canAddParticipants" /> -