Skip to content

Commit

Permalink
Change default percent to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Jun 25, 2024
1 parent 7264d30 commit 3868746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/earn/step/bootstrap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
export let availableTokens: Asset
export let nextStep: () => void
let percent = 85
let percent = 0
let amountValid = false
function onAmountChanged(event: CustomEvent<InputResponse>) {
Expand Down

0 comments on commit 3868746

Please sign in to comment.