Skip to content

Commit

Permalink
chore: add 'as button' prop
Browse files Browse the repository at this point in the history
  • Loading branch information
nhsz committed Mar 26, 2024
1 parent 4498fed commit 9d3492e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FindWallet/WalletTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ const WalletTable = ({
textTransform="uppercase"
cursor="pointer"
onClick={onOpen}
as="button"
>
{`${t("page-find-wallet-filters")} (${
walletsListingCount(filters) +
Expand Down

0 comments on commit 9d3492e

Please sign in to comment.