Skip to content

Commit

Permalink
Make card as default
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed Oct 17, 2024
1 parent 4aac279 commit 23ca6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/deposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const DepositPage: NextPage = () => {
const [currency, setCurrency] = useState<DepositCurrency | undefined>("ztg");
const [paymentMethod, setPaymentMethod] = useState<
DepositPaymentMethod | undefined
>("crypto");
>("card");

const encodedAddress =
wallet.realAddress &&
Expand Down

0 comments on commit 23ca6db

Please sign in to comment.