From c864dc87e84f57bd469ca511844fe952bd0d45c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=A5kon=20R=C3=B8skaft?= <haakoero@stud.ntnu.no>
Date: Wed, 4 May 2022 13:28:08 +0200
Subject: [PATCH] Removed a comment

---
 src/components/CommunityComponents/CommunityListItem.vue | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/components/CommunityComponents/CommunityListItem.vue b/src/components/CommunityComponents/CommunityListItem.vue
index 484ce0a..06328e3 100644
--- a/src/components/CommunityComponents/CommunityListItem.vue
+++ b/src/components/CommunityComponents/CommunityListItem.vue
@@ -51,11 +51,9 @@
   >
     <div v-if="!community.picture" class="h-10 w-10 flex flex-col justify-center items-center ml-2 mr-2">
       <UserGroupIcon alt="Felleskapets bilde" class="h-10 w-10" />
-      <!-- TODO: USE COMMUNITY IMAGE <img alt="Felleskapets bilde" src="@/assets/group.png" /> -->
     </div>
     <div v-else class="h-3 w-14 flex flex-col justify-center items-center ml-2 mt-4 mb-4 mr-2">
       <img :src="community.picture" alt="Fellsekaps bilde" class="rounded-md" />
-      <!-- TODO: USE COMMUNITY IMAGE <img alt="Felleskapets bilde" src="@/assets/group.png" /> -->
     </div>
     <div class="flex-1 pl-1 overflow-hidden">
       <div class="font-medium dark:text-white truncate">
-- 
GitLab