Skip to content

Commit

Permalink
chrore(web): remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
nikicat committed Nov 27, 2022
1 parent 8f0ce00 commit fff5fe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/routes/WithdrawPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
let loading = false;
let showSuccess = false;
const min_withdraw = 100;
const dispatch = createEventDispatcher();
const resolve = useResolve();
let ws;
Expand Down

0 comments on commit fff5fe4

Please sign in to comment.