zahmis 5 سال پیش
والد
کامیت
ec6135086f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -62,7 +62,7 @@ const CustomBotWithoutProxySettings = (props) => {
 
 
       <h2 className="admin-setting-header">{t('admin:slack_integration.custom_bot_without_proxy_settings')}</h2>
       <h2 className="admin-setting-header">{t('admin:slack_integration.custom_bot_without_proxy_settings')}</h2>
 
 
-      {isSlackScopeSet && isSetupSlackBot && (
+      {isSetupSlackBot && isSlackScopeSet && (
       <button
       <button
         className="pull-right btn text-danger border-danger"
         className="pull-right btn text-danger border-danger"
         type="button"
         type="button"