Skip to content

Commit d02b78a

Browse files
LianaHusAniket-Engg
authored andcommitted
lint
1 parent cf1f3d4 commit d02b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
985985
placement="top"
986986
tooltipId="configfileOptimisationNumbeTooltip"
987987
tooltipClasses="text-nowrap"
988-
tooltipText={(state.optimize ? "Enable " : "Disable ") + "opcode-based optimizer for the generated bytecode and the Yul optimizer for the Yul code"}
988+
tooltipText={(state.optimize ? "Enable " : "Disable ") + "opcode-based optimizer for the generated bytecode and the Yul optimizer for the Yul code"}
989989
>
990990
<div className='custom-control custom-checkbox'>
991991
<input

0 commit comments

Comments
 (0)