diff --git a/ui/constants/transaction_types.js b/ui/constants/transaction_types.js index 5043473d6..d5463ae50 100644 --- a/ui/constants/transaction_types.js +++ b/ui/constants/transaction_types.js @@ -1,3 +1,4 @@ export const TIP = 'tip'; export const SUPPORT = 'support'; export const CHANNEL = 'channel'; +export const UPDATE = 'update'; diff --git a/ui/modal/modalRevokeClaim/view.jsx b/ui/modal/modalRevokeClaim/view.jsx index 190094491..15aeab54f 100644 --- a/ui/modal/modalRevokeClaim/view.jsx +++ b/ui/modal/modalRevokeClaim/view.jsx @@ -49,7 +49,7 @@ export default function ModalRevokeClaim(props: Props) {

); - } else if (type === txnTypes.CHANNEL) { + } else if (type === txnTypes.CHANNEL || (type === txnTypes.UPDATE && name.startsWith('@'))) { return (