From 8a825b1a83bfbe4de9daa48aa28e1b33156592f1 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 15 Jun 2020 19:18:34 -0400 Subject: [PATCH] fix typo --- ui/component/transactionListTable/internal/txo-list-item.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/transactionListTable/internal/txo-list-item.jsx b/ui/component/transactionListTable/internal/txo-list-item.jsx index 62ed59ad7..b68567029 100644 --- a/ui/component/transactionListTable/internal/txo-list-item.jsx +++ b/ui/component/transactionListTable/internal/txo-list-item.jsx @@ -120,7 +120,7 @@ class TxoListItem extends React.PureComponent { {(isTip && __('Tip')) || - (type === 'support' && __('Support')) || + (type === 'support' && !isTip && __('Support')) || (valueType && ((valueType === 'stream' && __('Publish')) || __(toCapitalCase(valueType)))) || (type && __(toCapitalCase(type)))} {' '}