Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoski03 committed May 31, 2024
2 parents 50c5690 + beedb62 commit bdf970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/arbitrum/Deploy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const Deploy: React.FunctionComponent<InterfaceProps> = ({
console.error('Error interacting with contract:', error);
}

if (!isReadyToActivate) {
if (!isReadyToActivate || isActivated) {
setContractAddr(txReceipt.contractAddress || '');
addNewContract({
name: name,
Expand Down

0 comments on commit bdf970e

Please sign in to comment.