close xlm, xem modals when opening external wallet

pull/432/head
slowbackspace 5 years ago
parent 5384bbdc02
commit b531b72cc3

@ -60,7 +60,7 @@ const NemWallet = (props: Props) => (
</H4>
<Img src={NemImage} />
<Link href={coins.find(i => i.id === 'xem').url}>
<StyledButton>
<StyledButton onClick={props.onCancel}>
<FormattedMessage {...l10nMessages.TR_GO_TO_NEM_DOT_IO} />
</StyledButton>
</Link>

@ -62,7 +62,7 @@ const StellarWallet = (props: Props) => (
</P>
<Link href={coins.find(i => i.id === 'xlm').url}>
<StyledButton>
<StyledButton onClick={props.onCancel}>
<FormattedMessage {...l10nCommonMessages.TR_GO_TO_EXTERNAL_WALLET} />
</StyledButton>
</Link>

Loading…
Cancel
Save