Skip to content
Snippets Groups Projects

Hin 1014

Merged Anca Ursachi requested to merge HIN-1014 into develop
1 file
+ 18
3
Compare changes
  • Side-by-side
  • Inline
@@ -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"
/>
```