We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64adc3c commit f092255Copy full SHA for f092255
src/commons/sideContent/content/SideContentCseMachine.tsx
@@ -95,7 +95,7 @@ const SideContentCseMachineBase: React.FC<Props> = props => {
95
const [value, setValue] = useState(-1);
96
const [width, setWidth] = useState(calculateWidth(props.editorWidth));
97
const [height, setHeight] = useState(calculateHeight(props.sideContentHeight));
98
- const [lastStep, setLastStep] = useState(false);
+ const [, setLastStep] = useState(false);
99
const [stepLimitExceeded, setStepLimitExceeded] = useState(false);
100
101
const isJava = useCallback(() => props.chapter === Chapter.FULL_JAVA, [props.chapter]);
0 commit comments