1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 14:50:52 +00:00

Merge pull request #432 from trezor/fix/close-external-wallet-modals

close xlm, xem modals when opening external wallet
This commit is contained in:
Vladimir Volek 2019-03-05 14:08:51 +01:00 committed by GitHub
commit d169c17480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>