Skip to content

Commit 0e82164

Browse files
committed
Remove wallet input c2a when user has added their wallet
1 parent c77cbcf commit 0e82164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SetDapperWallet/SetDapperWallet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const SetDapperWallet: React.FC<Props> = ({ walletAddress, walletDetails, handle
1414
<>
1515
<h2>{'Signer Address:'}</h2>
1616
<code>{walletAddress}</code>
17-
<p>{'Add the Dapper legacy wallet you want to use:'}</p>
1817
{walletDetails.dapperWallet ? (
1918
<>
2019
<h3>Dapper Wallet address:</h3>
@@ -27,6 +26,7 @@ const SetDapperWallet: React.FC<Props> = ({ walletAddress, walletDetails, handle
2726
</>
2827
) : (
2928
<>
29+
<p>{'Add the Dapper legacy wallet you want to use:'}</p>
3030
<label>
3131
{'Set dapper wallet address:'}
3232
<input

0 commit comments

Comments
 (0)