remove ability to abandon channels + claims from tx table

This commit is contained in:
Sean Yesmunt 2020-09-30 17:40:09 -04:00
parent 5ab94e25b7
commit b5dd996bae

View file

@ -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