Skip to content

Commit 9b8d595

Browse files
committed
Eslint fix
1 parent 2d6e710 commit 9b8d595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/EditorComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const WelcomeText = styled("span")(({ theme }) => ({
6262

6363
function EditorComponent() {
6464
const [code, setCode] = useState(null);
65-
const [output, setOutput] = useState([]);
65+
const [setOutput] = useState([]);
6666

6767
const [currentLanguage, setCurrentLanguage] = useState(
6868
LANGUAGES[0].DEFAULT_LANGUAGE

0 commit comments

Comments
 (0)