From 19d6a4c4e2ac33299b31d27184df457e17b7f6db Mon Sep 17 00:00:00 2001 From: Zara Mudassar <zara.1310@hotmail.com> Date: Thu, 5 May 2022 10:07:18 +0200 Subject: [PATCH] Error message color updated --- src/components/CommunityComponents/CommunityHeader.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/CommunityComponents/CommunityHeader.vue b/src/components/CommunityComponents/CommunityHeader.vue index 4df0624..a1a677a 100644 --- a/src/components/CommunityComponents/CommunityHeader.vue +++ b/src/components/CommunityComponents/CommunityHeader.vue @@ -142,9 +142,6 @@ export default { } }, }, - // beforeMount() { - // this.getIfUserInCommunity(); - // }, async created() { await this.load(); this.loading = false; -- GitLab