Skip to content

Commit

Permalink
fix: fix typo in eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Jan 23, 2020
1 parent 0b9700e commit c8141a0
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)
}, []) // eslint-ignore-line react-hooks/exhaustive-deps
}, []) // eslint-disable-line react-hooks/exhaustive-deps

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

0 comments on commit c8141a0

Please sign in to comment.