File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/circuit-compiler/src/app/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export function Container () {
7373 tooltipClasses = "text-nowrap"
7474 tooltipText = 'See compiler license'
7575 >
76- < span className = "far fa-file-certificate border-0 p-0 ml-2" onClick = { ( ) => showCompilerLicense ( CompilerLicense ) } > </ span >
76+ < span className = "far fa-file-certificate border-0 p-0 ml-2" onClick = { ( ) => showCompilerLicense ( ) } > </ span >
7777 </ CustomTooltip >
7878 < VersionList setVersion = { handleVersionSelect } versionList = { circuitApp . appState . versionList } currentVersion = { circuitApp . appState . version } />
7979 < CompileOptions setCircuitAutoCompile = { handleCircuitAutoCompile } setCircuitHideWarnings = { handleCircuitHideWarnings } autoCompile = { circuitApp . appState . autoCompile } hideWarnings = { circuitApp . appState . hideWarnings } />
You can’t perform that action at this time.
0 commit comments