Skip to content

Commit b6b6042

Browse files
ioedeveloperyann300
authored andcommitted
Remove unused imports
1 parent ac8f6e7 commit b6b6042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/circuit-compiler/src/app/components/container.tsx

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

0 commit comments

Comments
 (0)