kaori 5 lat temu
rodzic
commit
043f11e9fe

+ 0 - 18
src/client/js/components/Admin/SlackIntegration/BotTypeCard.jsx

@@ -39,24 +39,6 @@ const BotTypeCard = (props) => {
       break;
       break;
   }
   }
 
 
-  // let settingsComponent = null;
-
-  // switch (props.isActive) {
-  //   case 'official-bot':
-  //     settingsComponent = <OfficialBotSettings />;
-  //     break;
-  //   case 'custom-bot-without-proxy':
-  //     settingsComponent = (
-  //       <CustomBotWithoutProxySettings />
-  //     );
-  //     break;
-  //   case 'custom-bot-with-proxy':
-  //     settingsComponent = <CustomBotWithProxySettings />;
-  //     break;
-  // }
-
-  console.log(props.isActive);
-
   return (
   return (
     <div
     <div
       className={`card admin-bot-card rounded border-radius-sm shadow ${props.isActive ? 'border-primary' : ''}`}
       className={`card admin-bot-card rounded border-radius-sm shadow ${props.isActive ? 'border-primary' : ''}`}