Remove spaces

pull/3390/head^2
ioedeveloper 2 years ago committed by Aniket
parent 03c9327046
commit fccbe2327e
  1. 2
      apps/remix-ide/src/blockchain/blockchain.js

@ -194,7 +194,7 @@ export class Blockchain extends Plugin {
id: 'confirmProxyDeployment',
title: 'Confirm Update Proxy (ERC1967)',
message: `Confirm you want to update your proxy contract with the new implementation contract's address: ${newImplAddress}.`,
modalType: 'modal',
modalType: 'modal',
okLabel: 'OK',
cancelLabel: 'Cancel',
okFn: () => {

Loading…
Cancel
Save