fix: dashboard for admins
This commit is contained in:
parent
313143586b
commit
e44eb01396
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else if $appSession.teamId !== '0'}
|
||||||
<div class="text-center text-xl font-bold">Nothing is configured yet.</div>
|
<div class="text-center text-xl font-bold">Nothing is configured yet.</div>
|
||||||
{/if}
|
{/if}
|
||||||
{#if $appSession.teamId === '0'}
|
{#if $appSession.teamId === '0'}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue