Skip to content

Commit 9d3492e

Browse files
committed
chore: add 'as button' prop
1 parent 4498fed commit 9d3492e

File tree

1 file changed

+1
-0
lines changed
  • src/components/FindWallet/WalletTable

1 file changed

+1
-0
lines changed

src/components/FindWallet/WalletTable/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ const WalletTable = ({
244244
textTransform="uppercase"
245245
cursor="pointer"
246246
onClick={onOpen}
247+
as="button"
247248
>
248249
{`${t("page-find-wallet-filters")} (${
249250
walletsListingCount(filters) +

0 commit comments

Comments
 (0)