Explorar o código

remove unnecessary

Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
d7b3a1d8b1

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

@@ -77,9 +77,9 @@ const CustomBotWithProxyIntegrationCard = (props) => {
 };
 };
 
 
 CustomBotWithProxyIntegrationCard.propTypes = {
 CustomBotWithProxyIntegrationCard.propTypes = {
-  siteNames: PropTypes.array.isRequired,
+  siteNames: PropTypes.array,
   slackWSNameInWithProxy: PropTypes.array,
   slackWSNameInWithProxy: PropTypes.array,
-  isSlackScopeSet: PropTypes.bool.isRequired,
+  isSlackScopeSet: PropTypes.bool,
 };
 };
 
 
 export default CustomBotWithProxyIntegrationCard;
 export default CustomBotWithProxyIntegrationCard;