Shun Miyazawa 5 лет назад
Родитель
Сommit
42d1f42277

+ 4 - 4
src/client/js/components/Admin/SlackIntegration/CustomBotIntegrationCard.jsx

@@ -51,15 +51,15 @@ const CustomBotIntegrationCard = (props) => {
         </div>
         </div>
       </div>
       </div>
 
 
-  </>
+    </>
   );
   );
 };
 };
 
 
-CustomBotIntegrationCard.PropTypes = {
+CustomBotIntegrationCard.propTypes = {
   currentBotType: PropTypes.string,
   currentBotType: PropTypes.string,
   siteName: PropTypes.string,
   siteName: PropTypes.string,
   slackWSNameInWithoutProxy: PropTypes.string,
   slackWSNameInWithoutProxy: PropTypes.string,
-  isSetupSlackBot: PropTypes.bool
-}
+  isSetupSlackBot: PropTypes.bool,
+};
 
 
 export default CustomBotIntegrationCard;
 export default CustomBotIntegrationCard;