mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
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">
|
<td className="table__item--actionable">
|
||||||
<span>
|
<span>
|
||||||
{(isTip && __('Tip')) ||
|
{(isTip && __('Tip')) ||
|
||||||
(type === 'support' && __('Support')) ||
|
(type === 'support' && !isTip && __('Support')) ||
|
||||||
(valueType && ((valueType === 'stream' && __('Publish')) || __(toCapitalCase(valueType)))) ||
|
(valueType && ((valueType === 'stream' && __('Publish')) || __(toCapitalCase(valueType)))) ||
|
||||||
(type && __(toCapitalCase(type)))}
|
(type && __(toCapitalCase(type)))}
|
||||||
</span>{' '}
|
</span>{' '}
|
||||||
|
|
Loading…
Add table
Reference in a new issue