diff --git a/web/src/App.jsx b/web/src/App.jsx index 8125fea398..4762175c6e 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -340,7 +340,7 @@ class App extends React.Component { render() { const { isKebabDropdownOpen } = this.state - const { notifications, configErrors, tenant, info } = this.props + const { notifications, configErrors, tenant, info, auth } = this.props const nav = this.renderMenu() @@ -454,7 +454,7 @@ class App extends React.Component { - {tenant.name && ()} + {auth.info && auth.info.default_realm && ()} )