mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +00:00
set margin on loader instead of title
This commit is contained in:
parent
096f24608d
commit
4fc7f5323e
@ -94,7 +94,9 @@ const AccountSummary = (props: Props) => {
|
||||
<StyledCoinLogo height={23} network={account.network} />
|
||||
<AccountTitle>
|
||||
<FormattedMessage
|
||||
{...l10nCommonMessages.TR_ACCOUNT_HASH}
|
||||
{...(account.imported
|
||||
? l10nCommonMessages.TR_IMPORTED_ACCOUNT_HASH
|
||||
: l10nCommonMessages.TR_ACCOUNT_HASH)}
|
||||
values={{ number: parseInt(account.index, 10) + 1 }}
|
||||
/>
|
||||
</AccountTitle>
|
||||
|
Loading…
Reference in New Issue
Block a user