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 eb6af23 commit 23be830Copy full SHA for 23be830
src/pages/DebuggerContent.tsx
@@ -74,8 +74,7 @@ const DebuggerContent = () => {
74
} = useAppSelector((state) => state.debugger);
75
const workers = useAppSelector((state) => state.workers);
76
const [activeTab, setActiveTab] = useState("program");
77
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
78
- const { currentInstruction, currentState, previousState } = workers[0] || {
+ const { currentState, previousState } = workers[0] || {
79
currentInstruction: null,
80
currentState: initialState,
81
previousState: initialState,
0 commit comments