From 52b5db3a0b5d2ed3b96a72d8e8865d61d865320e Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Tue, 7 Jun 2016 14:42:58 -0700 Subject: PLT-3215 Moving custom branding in admin console (#3286) --- webapp/components/admin_console/admin_sidebar.jsx | 27 ++++++++++++++--------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'webapp/components/admin_console') diff --git a/webapp/components/admin_console/admin_sidebar.jsx b/webapp/components/admin_console/admin_sidebar.jsx index d760e3db9..c947be5cb 100644 --- a/webapp/components/admin_console/admin_sidebar.jsx +++ b/webapp/components/admin_console/admin_sidebar.jsx @@ -239,6 +239,22 @@ export default class AdminSidebar extends React.Component { ); } + let customBranding = null; + + if (window.mm_license.IsLicensed === 'true') { + customBranding = ( + + } + /> + ); + } + return (
@@ -515,16 +531,7 @@ export default class AdminSidebar extends React.Component { /> } > - - - } - /> + {customBranding}