From dacec2672bdec9555e2ee2ee4c3bf2cf3f61aa60 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Wed, 14 Oct 2020 19:10:57 +0200
Subject: [PATCH] Fix error message always showed

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 js/src/views/Group/GroupSettings.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/views/Group/GroupSettings.vue b/js/src/views/Group/GroupSettings.vue
index 223d29ed4..e57ad2a18 100644
--- a/js/src/views/Group/GroupSettings.vue
+++ b/js/src/views/Group/GroupSettings.vue
@@ -114,7 +114,7 @@
         </div>
       </form>
     </section>
-    <b-message>
+    <b-message v-else>
       {{ $t("You are not an administrator for this group.") }}
     </b-message>
   </div>