pull/4346/head
filip mertens 12 months ago
parent 8ad1844432
commit 1957e67a76
  1. 18
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

@ -790,15 +790,15 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
<span className="far fa-file-certificate border-0 p-0 ml-2" onClick={() => showCompilerLicense()}></span>
</CustomTooltip>
{ solJsonBinData && solJsonBinData.selectorList && solJsonBinData.selectorList.length > 0 ? (
<CompilerDropdown
allversions={solJsonBinData.selectorList}
customVersions={state.customVersions}
selectedVersion={state.selectedVersion}
defaultVersion={state.defaultVersion}
handleLoadVersion={handleLoadVersion}
_shouldBeAdded={_shouldBeAdded}
onlyDownloaded={state.onlyDownloaded}
></CompilerDropdown>):null}
<CompilerDropdown
allversions={solJsonBinData.selectorList}
customVersions={state.customVersions}
selectedVersion={state.selectedVersion}
defaultVersion={state.defaultVersion}
handleLoadVersion={handleLoadVersion}
_shouldBeAdded={_shouldBeAdded}
onlyDownloaded={state.onlyDownloaded}
></CompilerDropdown>):null}
</div>
<div className="mb-2 flex-row-reverse remixui_nightlyBuilds custom-control custom-checkbox">
<input className="mr-2 custom-control-input" id="nightlies" type="checkbox" onChange={handleNightliesChange} checked={state.includeNightlies} />

Loading…
Cancel
Save