diff --git a/ui/component/txoList/view.jsx b/ui/component/txoList/view.jsx
index 2b637c1c3..61fbcc1a0 100644
--- a/ui/component/txoList/view.jsx
+++ b/ui/component/txoList/view.jsx
@@ -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) {