Skip to content

Commit 64a526a

Browse files
committed
Syntax Fix
1 parent bbe1f9a commit 64a526a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/transfers/send/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
All files were successfully transferred to the client.
167167
</p>
168168
<button
169-
on:click={() = >{
169+
on:click={() => {
170170
goto('/transfers');
171171
}}
172172
class="mt-2 rounded-lg bg-green-500 px-4 py-2 text-sm font-medium text-white transition-colors hover:bg-green-600"

0 commit comments

Comments
 (0)