diff --git a/src/components/arbitrum/Deploy.tsx b/src/components/arbitrum/Deploy.tsx index 9cba73a..c5d6ed0 100644 --- a/src/components/arbitrum/Deploy.tsx +++ b/src/components/arbitrum/Deploy.tsx @@ -160,7 +160,7 @@ export const Deploy: React.FunctionComponent = ({ console.error('Error interacting with contract:', error); } - if (!isReadyToActivate) { + if (!isReadyToActivate || isActivated) { setContractAddr(txReceipt.contractAddress || ''); addNewContract({ name: name,