Skip to content

Commit

Permalink
Eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanushNehru committed Oct 13, 2024
1 parent 2d6e710 commit 9b8d595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EditorComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const WelcomeText = styled("span")(({ theme }) => ({

function EditorComponent() {
const [code, setCode] = useState(null);
const [output, setOutput] = useState([]);
const [setOutput] = useState([]);

const [currentLanguage, setCurrentLanguage] = useState(
LANGUAGES[0].DEFAULT_LANGUAGE
Expand Down

0 comments on commit 9b8d595

Please sign in to comment.