diff --git a/src/components/CommunityComponents/CommunityList.vue b/src/components/CommunityComponents/CommunityList.vue
index 0a438db4abc669d8ac7a0f1376c1c6cff5cea378..8a872a85e73c044599fbd445e5f8d4de7855f0e3 100644
--- a/src/components/CommunityComponents/CommunityList.vue
+++ b/src/components/CommunityComponents/CommunityList.vue
@@ -1,5 +1,5 @@
 <template>
-  <p v-if="communities" class="flex place-content-center text-gray-400">
+  <p v-if="!communities.length" class="flex place-content-center text-gray-400">
     Ingen grupper
   </p>
   <ul v-else>