fix: dashboard for admins

This commit is contained in:
Andras Bacsai
2022-08-24 10:45:58 +02:00
parent 313143586b
commit e44eb01396

View File

@@ -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'}