From 1c85a407178c33c2a8d9b7d002c1884e19315af2 Mon Sep 17 00:00:00 2001 From: Ben Silverman Date: Tue, 6 Apr 2021 20:03:32 -0400 Subject: [PATCH] #158 Cleanup indentation on SecondNavbar.js --- src/components/SecondNavbar/SecondNavbar.js | 69 ++++++++++----------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/src/components/SecondNavbar/SecondNavbar.js b/src/components/SecondNavbar/SecondNavbar.js index 04653770..002b6873 100644 --- a/src/components/SecondNavbar/SecondNavbar.js +++ b/src/components/SecondNavbar/SecondNavbar.js @@ -64,61 +64,60 @@ const SecondNavbar = ({ Dashboard {type === 'document' && ( - - Documents - + + Documents + )} {type === 'group' && ( - - Groups - + + Groups + )} {type === 'admin' && ( - - Administration - + + Administration + )} {type === 'profile' && ( - - Edit Profile - + + Edit Profile + )} {type === 'newuser' && ( - - Registration - + + Registration + )} {type === 'annotations' && ( - - Annotations - + + Annotations + )} {document && ( - {document.title} + {document.title} )} {type === 'document' && document && docView && ( - - { setShowMoreDocumentInfo(true); }} /> - + + { setShowMoreDocumentInfo(true); }} /> + )} {type === 'document' && document && docView && ( - -
-
- + +
+
+ +
+
+ +
-
- -
-
- - + )}