From b5dd996bae224d3d71d207966faef35d25a61a10 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 30 Sep 2020 17:40:09 -0400 Subject: [PATCH] remove ability to abandon channels + claims from tx table --- .../transactionListTable/internal/txo-list-item.jsx | 6 ++++++ 1 file changed, 6 insertions(+) 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 { getLink(type: string, tip: boolean) { const { abandonState } = this.state; + + if (type === 'claim') { + return null; + } + if (this.state.abandonState === ABANDON_STATES.PENDING) { return ; } + if (tip && type === TXO.SUPPORT) { return (