This commit is contained in:
Sean Yesmunt 2020-06-15 19:18:34 -04:00
parent f13cc3c51c
commit 8a825b1a83

View file

@ -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>{' '}