Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Nov 6, 2023
1 parent 0f51158 commit 2414c57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/src/lib/components/assets/Assets.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
{@const asset = item[1]}
{@const key = asset.key.full_path}

<button class="text action" on:click={() => assetsStore.set({ key, data: asset, action: "view" })}
<button
class="text action"
on:click={() => assetsStore.set({ key, data: asset, action: 'view' })}
><span>{key}</span></button
>
{/each}
Expand Down

0 comments on commit 2414c57

Please sign in to comment.