Skip to content

Commit b19d6aa

Browse files
committed
chore: remove eslint warning
1 parent 1991ea0 commit b19d6aa

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)