mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
Close popup after click on exernal link
This commit is contained in:
parent
e750fc2da6
commit
76f4eff5f5
@ -58,7 +58,7 @@ const CardanoWallet = (props: Props) => (
|
|||||||
<P isSmaller>You will be redirected to external wallet</P>
|
<P isSmaller>You will be redirected to external wallet</P>
|
||||||
|
|
||||||
<Link href={coins.find(i => i.id === 'ada').url}>
|
<Link href={coins.find(i => i.id === 'ada').url}>
|
||||||
<StyledButton>Go to external wallet</StyledButton>
|
<StyledButton onClick={props.onCancel}>Go to external wallet</StyledButton>
|
||||||
</Link>
|
</Link>
|
||||||
</Wrapper>
|
</Wrapper>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user