Skip to content

Commit

Permalink
[Fixed] Deposit success layout
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Nov 14, 2023
1 parent 89a30f8 commit 0179d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Deposit/Deposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ const Deposit = () => {
steps.splice(0, 1);
}

const isShareStep = currentStep > steps.length;
const isShareStep = currentStep >= steps.length;

return (
<>
Expand Down

0 comments on commit 0179d1b

Please sign in to comment.