Browse Source

Whitespace fix

Steven Fukase 4 năm trước cách đây
mục cha
commit
b87f6ea6c4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>
-          )}
+          )
+        }
       </>
     );
   };