Skip to content

Commit

Permalink
fix: show connect wallet button in deposit form.
Browse files Browse the repository at this point in the history
  • Loading branch information
rick23p committed Jan 28, 2025
1 parent 2a9d38b commit 16d7998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const BobGatewayDeposit: FC<BobGatewayDepositProps> = ({
loading={isPending}
disabled={isDisabled}
text={
btcAddress
btcAddress && account
? t(translations.common.deposit)
: t(translations.bobGatewayPage.connectWalletCta)
}
Expand Down

0 comments on commit 16d7998

Please sign in to comment.