diff --git a/ui/component/transactionListTable/internal/txo-list-item.jsx b/ui/component/transactionListTable/internal/txo-list-item.jsx
index 813166c4b..cb5941ba5 100644
--- a/ui/component/transactionListTable/internal/txo-list-item.jsx
+++ b/ui/component/transactionListTable/internal/txo-list-item.jsx
@@ -32,9 +32,15 @@ class TxoListItem extends React.PureComponent<Props, State> {
 
   getLink(type: string, tip: boolean) {
     const { abandonState } = this.state;
+
+    if (type === 'claim') {
+      return null;
+    }
+
     if (this.state.abandonState === ABANDON_STATES.PENDING) {
       return <Spinner type={'small'} />;
     }
+
     if (tip && type === TXO.SUPPORT) {
       return (
         <Button