diff --git a/frontend/src/lib/components/dashboard/DashboardUploadCard.svelte b/frontend/src/lib/components/dashboard/DashboardUploadCard.svelte index f0876c6..f1126cc 100644 --- a/frontend/src/lib/components/dashboard/DashboardUploadCard.svelte +++ b/frontend/src/lib/components/dashboard/DashboardUploadCard.svelte @@ -155,7 +155,7 @@ >

{Math.round(progress * 100)} %

- +
{:else} diff --git a/frontend/src/lib/components/dashboard/ProgressBar.svelte b/frontend/src/lib/components/dashboard/ProgressBar.svelte index 91446ba..f423da6 100644 --- a/frontend/src/lib/components/dashboard/ProgressBar.svelte +++ b/frontend/src/lib/components/dashboard/ProgressBar.svelte @@ -1,5 +1,6 @@
@@ -13,27 +14,30 @@ > - {#if progress === 1} - - {:else} - - {/if} + + >
+ +