Skip to content
Snippets Groups Projects
Commit 481bd2e2 authored by Andy Nicholson's avatar Andy Nicholson
Browse files

fix(*): remove eslint disable lines

parent 742a9e9a
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ const JournalProvider = ({ journal, children }) => ( ...@@ -8,8 +8,8 @@ const JournalProvider = ({ journal, children }) => (
) )
JournalProvider.propTypes = { JournalProvider.propTypes = {
journal : PropTypes.node.isRequired, journal: PropTypes.node.isRequired,
children : PropTypes.node.isRequired, children: PropTypes.node.isRequired,
} }
export { JournalContext, JournalProvider } export { JournalContext, JournalProvider }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment