Skip to content

Commit 501e7e3

Browse files
committed
fix: prettier formatting in filePicker
1 parent 43e5d1b commit 501e7e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/lib/components/filePicker.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,10 @@
438438
bind:this={fileSelector} />
439439
{#if uploading}
440440
<div class="loader is-small"></div>
441-
<span>Uploading{uploadProgress > 0 ? ` ${uploadProgress}%` : ''}</span>
441+
<span
442+
>Uploading{uploadProgress > 0
443+
? ` ${uploadProgress}%`
444+
: ''}</span>
442445
{:else}
443446
<span class="icon-upload" aria-hidden="true"></span>
444447
<span>Upload</span>

0 commit comments

Comments
 (0)