@ -141,7 +141,7 @@ export function ContractDropdownUI (props: ContractDropdownProps) {
}else{
setAtAddressOptions({
disabled: true,
title: loadedAddress?'Compile a *.sol file or select a *.abi file.':<spanclassName="text-start">Tointeractwithadeployedcontracteither,<br/>enteritsaddressandcompileitssource*.solfile<br/>(withthesamecompilersettings)orselectits.abifileintheeditor.</span>
title: loadedAddress?'Compile a *.sol file or select a *.abi file.':<spanclassName="text-start">Tointeractwithadeployedcontract,either<br/>enteritsaddressandcompileitssource*.solfile<br/>(withthesamecompilersettings)orselectits.abifileintheeditor.</span>
})
}
}
@ -281,28 +281,22 @@ export function ContractDropdownUI (props: ContractDropdownProps) {