diff --git a/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx b/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx index 17f5edaa53..cba2187488 100644 --- a/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx @@ -237,19 +237,22 @@ export function ContractDropdownUI (props: ContractDropdownProps) { return (
-
- - { Object.keys(props.contracts.contractList).length > 0 && compilationSource !== '' && } - { compilationSource !== '' && compilationSource !== 'remix' && -
Click here to import contracts compiled from an external framework.
-
This action is enabled when Remix is connected to an external framework (hardhat, truffle, foundry) through remixd.
- - }> - -
} +
+
+ +
{ Object.keys(props.contracts.contractList).length > 0 && compilationSource !== '' && }
+
+ +
Click here to import contracts compiled from an external framework.
+
This action is enabled when Remix is connected to an external framework (hardhat, truffle, foundry) through remixd.
+ + }> + +