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

fix(reviewers): hide 0 when loading reviewers list

parent da72c9c0
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
......@@ -75,7 +75,7 @@ const InviteReviewersModal = compose(
/>
<Row>
{reviewers.length && (
{reviewers.length > 0 && (
<Fragment>
<Subtitle>Reviewers Info</Subtitle>
<ReviewerBreakdown type="review" values={reviewers} />
......
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