Skip to content
Snippets Groups Projects
Commit 25a337cb authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style(manuscriptDetails): change top padding

parent b41eee1f
No related branches found
No related tags found
1 merge request!43Sprint #19
......@@ -25,7 +25,7 @@ const ManuscriptDetailsTop = ({
collection = {},
currentUser: { isReviewer, token },
}) => (
<Row alignItems="center" mb={1} mt={2}>
<Row alignItems="center" mb={1} mt={1}>
<Item alignItems="center" justify="flex-start">
<ActionLink icon="arrow-left" onClick={() => history.push('/dashboard')}>
Dashboard
......
......@@ -92,6 +92,7 @@ export default compose(
...currentUser,
token: getUserToken(state),
isEIC: currentUserIs(state, 'adminEiC'),
isHE: currentUserIs(state, 'isHE'),
isReviewer: currentUserIsReviewer(state),
canAssignHE: canAssignHE(state, match.params.project),
},
......
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