Skip to content

Commit

Permalink
fix: remove engine dependency and silence eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Jan 23, 2020
1 parent aee537a commit 0b9700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/Visualization/StartScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const StartScreen = ({ error, classes }) => {
setMostViewedVisualizations(result.visualization)
}
fetchData(engine)
}, [engine])
}, []) // eslint-ignore-line react-hooks/exhaustive-deps

const getContent = () =>
error ? (
Expand Down

0 comments on commit 0b9700e

Please sign in to comment.