diff --git a/packages/app/src/components/Layout/sidebar/index.jsx b/packages/app/src/components/Layout/sidebar/index.jsx
index a23c7fa5..9b7bf48c 100755
--- a/packages/app/src/components/Layout/sidebar/index.jsx
+++ b/packages/app/src/components/Layout/sidebar/index.jsx
@@ -280,87 +280,85 @@ export default class Sidebar extends React.Component {
render() {
if (!this.state.menus) return null
- return (
-
- {
- this.state.customRender &&
- {this.state.customRender}
-
- }
+ return
+ {
+ this.state.customRender &&
+ {this.state.customRender}
+
+ }
- {
- !this.state.customRender && <>
-
-
-

-
+ {
+ !this.state.customRender && <>
+
+
+
+
-
-
-
+
+
+
-
-
- )
+ }
+
+
+ >
+ }
+
}
}
\ No newline at end of file