Skip to content

Commit b4db35e

Browse files
authored
Merge pull request #21 from DVDAGames/develop
chore: remove eslint warning
2 parents 8912aeb + b19d6aa commit b4db35e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export const App = () => {
3535

3636
const engine = DEFAULT_ENGINE_STORE.find(({ id }) => id === engineId);
3737

38+
setEngines(DEFAULT_ENGINE_STORE);
39+
3840
if (engine) {
3941
setCurrentEngine(engine);
4042
} else {

0 commit comments

Comments
 (0)