فهرست منبع

remove an unnecessary variable

kaori 5 سال پیش
والد
کامیت
47c277ac44
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/client/js/components/Admin/SlackIntegration/OfficialbotSettingsAccordion.jsx

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

@@ -16,7 +16,6 @@ const OfficialBotSettingsAccordion = (props) => {
   const { t } = useTranslation();
   const { t } = useTranslation();
   const { appContainer } = props;
   const { appContainer } = props;
   const growiUrl = appContainer.config.crowi.url;
   const growiUrl = appContainer.config.crowi.url;
-  // const currentBotType = 'customBotWithoutProxy';
 
 
   const updateProxyUrl = async(proxyUri) => {
   const updateProxyUrl = async(proxyUri) => {
     try {
     try {