Skip to content
Snippets Groups Projects
Commit 08b119cf authored by Jure's avatar Jure
Browse files

Merge branch 'xpub-dashboard-graphql' into 'master'

Convert xpub-dashboard to GraphQL

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