modify status hiding in txolist #4015

Merged
jessopb merged 1 commit from fix-moreTxoListStatusHiding into master 2020-04-17 18:53:08 +02:00

View file

@ -44,9 +44,7 @@ function TxoList(props: Props) {
};
const hideStatus =
type === TXO.SENT ||
(currentUrlParams.type === TXO.RECEIVED &&
(currentUrlParams.subtype === TXO.PAYMENT || currentUrlParams.subtype === TXO.PURCHASE));
type === TXO.SENT || (currentUrlParams.type === TXO.RECEIVED && currentUrlParams.subtype !== TXO.TIP);
const params = {};
if (currentUrlParams.type) {