We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8d7ef commit 0402af1Copy full SHA for 0402af1
src/components/FindWallet/WalletTable/index.tsx
@@ -310,8 +310,6 @@ const WalletTable = ({
310
)
311
312
const showMoreInfo = (wallet) => {
313
- // Prevent expanding the wallet more info section when clicking on the "Visit website" button
314
-
315
updateMoreInfo(wallet.key)
316
// Log "more info" event only on expanding
317
wallet.moreInfo &&
@@ -333,6 +331,7 @@ const WalletTable = ({
333
331
if (e.key === "Enter") showMoreInfo(wallet)
334
332
}}
335
onClick={(e) => {
+ // Prevent expanding the wallet more info section when clicking on the "Visit website" button
336
if (
337
(e.target as HTMLElement).matches("a, a svg")
338
0 commit comments