Skip to content
Snippets Groups Projects
Commit 604ba8ad authored by Jure's avatar Jure
Browse files

chore: fix linting error

parent 66b3e73b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ export default compose(
},
}),
withLoader(),
withProps(({ journals, currentUser, ...rest }) => ({
withProps(({ journals, currentUser }) => ({
dashboard: (journals || {}).manuscripts || [],
journals,
currentUser,
......
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