Skip to content
Snippets Groups Projects
Commit 82435713 authored by Tania Fecheta's avatar Tania Fecheta
Browse files

style(heCanSeeEditorialComments): format EditorialReportCard.md

parent 109fb64a
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!90Hin 1014
......@@ -47,7 +47,12 @@ const journal = {
},
],
}
;<EditorialReportCard report={report} journal={journal} publicLabel="Message For Author" privateLabel="Message For Editorial Team" />
;<EditorialReportCard
report={report}
journal={journal}
publicLabel="Message For Author"
privateLabel="Message For Editorial Team"
/>
```
Card with message for the editorial team
......@@ -97,7 +102,12 @@ const journal = {
},
],
}
;<EditorialReportCard report={report} journal={journal} publicLabel="Message For Author" privateLabel="Message For Editorial Team" />
;<EditorialReportCard
report={report}
journal={journal}
publicLabel="Message For Author"
privateLabel="Message For Editorial Team"
/>
```
Card with message for the editorial team and for the author
......@@ -153,5 +163,10 @@ const journal = {
],
}
;<EditorialReportCard report={report} journal={journal} publicLabel="Message For Author" privateLabel="Message For Editorial Team" />
;<EditorialReportCard
report={report}
journal={journal}
publicLabel="Message For Author"
privateLabel="Message For Editorial Team"
/>
```
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