Sfoglia il codice sorgente

remove an unnecessary variable

kaori 4 anni fa
parent
commit
47c277ac44

+ 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 {