Make sure no cta's are visible while the page is loading
This commit is contained in:
parent
981a230b14
commit
890d9b3f11
2 changed files with 7 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
<p v-else class="has-text-centered has-text-grey">
|
||||
<p v-else-if="!teamService.loading" class="has-text-centered has-text-grey">
|
||||
You are currently not part of any teams.
|
||||
<router-link :to="{name: 'teams.create'}">
|
||||
Create a new team.
|
||||
|
|
|
|||
Reference in a new issue