fix typo
This commit is contained in:
parent
f13cc3c51c
commit
8a825b1a83
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class TxoListItem extends React.PureComponent<Props, State> {
|
|||
<td className="table__item--actionable">
|
||||
<span>
|
||||
{(isTip && __('Tip')) ||
|
||||
(type === 'support' && __('Support')) ||
|
||||
(type === 'support' && !isTip && __('Support')) ||
|
||||
(valueType && ((valueType === 'stream' && __('Publish')) || __(toCapitalCase(valueType)))) ||
|
||||
(type && __(toCapitalCase(type)))}
|
||||
</span>{' '}
|
||||
|
|
Loading…
Reference in a new issue