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 b26af7f commit e1d1d74Copy full SHA for e1d1d74
packages/walletkit/src/components/WalletSelectorModal/WalletStepIntro/index.tsx
@@ -53,6 +53,7 @@ export const WalletStepIntro: React.FC<Props> = ({
53
/>
54
</DetailsWrapper>
55
<ButtonWithFooter
56
+ id="walletKit_intro_continue"
57
onClick={onContinue}
58
footer={
59
<>
packages/walletkit/src/components/WalletSelectorModal/WalletStepSecretKey/index.tsx
@@ -86,6 +86,7 @@ export const WalletStepSecretKey: React.FC<Props> = ({
86
</p>
87
)}
88
89
+ id="walletKit_secretKey_continue"
90
disabled={!keypair}
91
// eslint-disable-next-line @typescript-eslint/no-misused-promises
92
onClick={async () => {
0 commit comments