Browse Source

Whitespace fix

Steven Fukase 4 years ago
parent
commit
b87f6ea6c4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/client/js/components/Admin/Common/AdminNavigation.jsx

+ 2 - 1
src/client/js/components/Admin/Common/AdminNavigation.jsx

@@ -92,7 +92,8 @@ const AdminNavigation = (props) => {
             >
               <MenuLabel menu="cloud" />
             </a>
-          )}
+          )
+        }
       </>
     );
   };