Skip to content
Snippets Groups Projects
Commit 26bf610f authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

Merge branch 'community_view_fix' into 'main'

Fixed community view

See merge request !114
parents 4355a2eb 0ddacc2a
No related branches found
No related tags found
1 merge request!114Fixed community view
Pipeline #181199 failed
<template>
<div>
<div v-if="loading" class="flex place-content-center p-8">
<div v-if="loading" class="flex place-content-center p-8 min-h-screen">
<LoaderSpinner />
</div>
<div v-else>
<div v-else class="min-h-screen">
<!-- My communities, with pagination -->
<div v-if="loggedIn">
<div class="flex flex-row p-4 relative">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment