From 8243571343e2893d0de0f500c79fc2f7c938eb64 Mon Sep 17 00:00:00 2001
From: Tania Fecheta <tania.fecheta@thinslices.com>
Date: Tue, 16 Oct 2018 13:20:55 +0300
Subject: [PATCH] style(heCanSeeEditorialComments): format
 EditorialReportCard.md

---
 .../src/EditorialReportCard.md                | 21 ++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/packages/component-faraday-ui/src/EditorialReportCard.md b/packages/component-faraday-ui/src/EditorialReportCard.md
index a31242e8d..0c81711ef 100644
--- a/packages/component-faraday-ui/src/EditorialReportCard.md
+++ b/packages/component-faraday-ui/src/EditorialReportCard.md
@@ -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" 
+  />
 ```
-- 
GitLab