diff --git a/webapp/components/navbar_dropdown.jsx b/webapp/components/navbar_dropdown.jsx index ec002bc445..6065f3474c 100644 --- a/webapp/components/navbar_dropdown.jsx +++ b/webapp/components/navbar_dropdown.jsx @@ -153,7 +153,7 @@ export default class NavbarDropdown extends React.Component { window.mm_config.EnableIncomingWebhooks === 'true' || window.mm_config.EnableOutgoingWebhooks === 'true' || window.mm_config.EnableCommands === 'true'; - if (integrationsEnabled && (isAdmin || window.EnableOnlyAdminIntegrations !== 'true')) { + if (integrationsEnabled && (isAdmin || window.mm_config.EnableOnlyAdminIntegrations !== 'true')) { integrationsLink = (