modify status hiding in txolist

This commit is contained in:
jessop 2020-04-17 12:06:49 -04:00
parent a0ae4b824a
commit 537ca0fdf5

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) {