Skip to content

Commit f092255

Browse files
committed
Remove unused state
1 parent 64adc3c commit f092255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/sideContent/content/SideContentCseMachine.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const SideContentCseMachineBase: React.FC<Props> = props => {
9595
const [value, setValue] = useState(-1);
9696
const [width, setWidth] = useState(calculateWidth(props.editorWidth));
9797
const [height, setHeight] = useState(calculateHeight(props.sideContentHeight));
98-
const [lastStep, setLastStep] = useState(false);
98+
const [, setLastStep] = useState(false);
9999
const [stepLimitExceeded, setStepLimitExceeded] = useState(false);
100100

101101
const isJava = useCallback(() => props.chapter === Chapter.FULL_JAVA, [props.chapter]);

0 commit comments

Comments
 (0)