diff --git a/webapp/components/admin_console/admin_sidebar.jsx b/webapp/components/admin_console/admin_sidebar.jsx index 3966f02199..4fcfe2731f 100644 --- a/webapp/components/admin_console/admin_sidebar.jsx +++ b/webapp/components/admin_console/admin_sidebar.jsx @@ -323,6 +323,25 @@ export default class AdminSidebar extends React.Component { ); } + let otherCategory = null; + if (license || audits) { + otherCategory = ( + + } + > + {license} + {audits} + + ); + } + return (
@@ -347,7 +366,6 @@ export default class AdminSidebar extends React.Component { /> } /> - {audits} {this.renderTeams()} - - } - > - {license} - + {otherCategory}