From 2ce63e182083f434d8934b801f315d981b39333a Mon Sep 17 00:00:00 2001
From: Titus Kristiansen <titusk@stud.ntnu.no>
Date: Thu, 28 Apr 2022 13:31:56 +0200
Subject: [PATCH] Route fix

---
 src/router/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/router/index.js b/src/router/index.js
index 54b8828..f78c5c3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -96,7 +96,6 @@ const routes = [
     path: "/community/:id",
     name: "GroupHome",
     component: () => import("../views/CommunityViews/CommunityHomeView.vue"),
-    beforeEnter: guardRoute,
   },
 ];
 
-- 
GitLab