fix: dashboard for non-root users

This commit is contained in:
Andras Bacsai
2022-08-23 10:19:57 +02:00
parent f6314cab69
commit bf5659d0e2
7 changed files with 14 additions and 9 deletions

View File

@@ -64,7 +64,7 @@
</button>
{/if}
</div>
<div class="flex-col justify-center">
<div class="flex-col justify-center mt-10 pb-12 sm:pb-16">
{#if !applications || ownApplications.length === 0}
<div class="flex-col">
<div class="text-center text-xl font-bold">{$t('application.no_applications_found')}</div>