Browse Source

Format code

WhatAKitty 8 years ago
parent
commit
0d9b229c47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layouts/BasicLayout.js

+ 1 - 1
src/layouts/BasicLayout.js

@@ -159,7 +159,7 @@ class BasicLayout extends React.PureComponent {
               >
                 {icon}<span>{item.name}</span>
               </Link>
-              )
+            )
           }
         </Menu.Item>
       );