zahmis 5 년 전
부모
커밋
a322771ba1
1개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 18
      src/client/js/components/Admin/SlackIntegration/CustomBotWithProxyIntegrationCard.jsx

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

@@ -6,24 +6,6 @@ import ConductionStatusHr from './ConductionStatusHr';
 const CustomBotWithProxyIntegrationCard = (props) => {
   const { t } = useTranslation();
 
-  // let errorCount = 0;
-  // workspaceNames.forEach((w) => {
-  //   if (w == null) {
-  //     errorCount++;
-  //   }
-  // });
-
-  // let conductionStatus;
-  // if (errorCount === 0 && workspaceNames.length !== 0) {
-  //   conductionStatus = 'green';
-  // }
-  // else if (errorCount === workspaceNames.length) {
-  //   conductionStatus = 'red';
-  // }
-  // else {
-  //   conductionStatus = 'yellow';
-  // }
-
   return (
     <div className="d-flex justify-content-center my-5 bot-integration">