Skip to content

Commit

Permalink
chore: disable false positive lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Finney authored and Simon Finney committed Oct 29, 2021
1 parent f622f6e commit ac1a2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/src/content/Events/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Events = () => {
'The dashboard is a work in progress. In the near future, this page will show events detected by OpenEEW regional networks. Currently, this page uses mock data to demonstrate its features.',
title: 'Note: This data is not real, but will be soon!',
})
}, [])
}, []) // eslint-disable-line react-hooks/exhaustive-deps

return (
<div className="events-page">
Expand Down

0 comments on commit ac1a2d9

Please sign in to comment.