Updated Account component actionTitle
• Updated: - Account component actionTitle
This commit is contained in:
parent
8f29443f81
commit
b5bc171a2f
|
@ -140,9 +140,12 @@ class Account extends ImmutablePureComponent {
|
|||
icon={actionIcon}
|
||||
iconSize='10px'
|
||||
>
|
||||
<Text color='inherit' className={_s.ml5}>
|
||||
{actionTitle}
|
||||
</Text>
|
||||
{
|
||||
!!actionTitle &&
|
||||
<Text color='inherit' className={_s.ml5}>
|
||||
{actionTitle}
|
||||
</Text>
|
||||
}
|
||||
</Button>
|
||||
) : <AccountActionButton account={account} isSmall />
|
||||
|
||||
|
|
Loading…
Reference in New Issue