Skip to content

Commit

Permalink
fixup! refactor(coinmarket): replace useActions
Browse files Browse the repository at this point in the history
  • Loading branch information
adderpositive committed Oct 1, 2024
1 parent 4c92cfc commit 3371c7a
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,12 @@ export const CoinmarketVerify = ({ coinmarketVerifyAccount, currency }: Coinmark
isDisabled={callInProgress}
onClick={() => {
if (selectedAccountOption.account && accountAddress) {
verifyAddress(
selectedAccountOption.account,
accountAddress.address,
accountAddress.path,
dispatch(
verifyAddress(
selectedAccountOption.account,
accountAddress.address,
accountAddress.path,
),
);
}
}}
Expand Down

0 comments on commit 3371c7a

Please sign in to comment.