File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
apps/contract-verification/src/app/views Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,9 @@ export const VerifyView = () => {
202202 setContractAddressError = { setContractAddressError }
203203 />
204204 < CustomTooltip tooltipText = "Please compile and select the solidity contract you need to verify." >
205- < ContractDropdown label = "Contract Name" id = "contract-dropdown-1" selectedContract = { selectedContract } setSelectedContract = { setSelectedContract } />
205+ < div >
206+ < ContractDropdown label = "Contract Name" id = "contract-dropdown-1" selectedContract = { selectedContract } setSelectedContract = { setSelectedContract } />
207+ </ div >
206208 </ CustomTooltip >
207209 { selectedContract && < ConstructorArguments
208210 abiEncodedConstructorArgs = { abiEncodedConstructorArgs }
You can’t perform that action at this time.
0 commit comments