Skip to content

Commit c16fd87

Browse files
committed
ref bug fix
1 parent fcaa63f commit c16fd87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/contract-verification/src/app/views/VerifyView.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)