chore: minor ui improvements
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
outline
|
||||
@click.native="displayModalAdd(true)"
|
||||
/>
|
||||
<p
|
||||
<div
|
||||
v-if="myTeamsLoading"
|
||||
class="flex flex-col items-center justify-center"
|
||||
>
|
||||
<SmartSpinner class="mb-4" />
|
||||
<span class="text-secondaryLight">{{ $t("state.loading") }}</span>
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
v-if="!myTeamsLoading && myTeams.myTeams.length === 0"
|
||||
class="flex items-center"
|
||||
|
||||
Reference in New Issue
Block a user