Skip to content

Commit

Permalink
Corrected typo thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Feb 10, 2022
1 parent 24d85a0 commit 7346cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const App = () => {
},
]);

const [seed, setSeed] = generateSeed();
const [seed, setSeed] = useState(generateSeed());
const [project, setProject] = useState(projects[1].id);
const [outputDir, setOutputDir] = useState(path.resolve("./dist"));
const [isLoading, setIsLoading] = useState(false);
Expand Down

0 comments on commit 7346cd8

Please sign in to comment.