zahmis 5 лет назад
Родитель
Сommit
5573b47b38

+ 0 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySecretTokenSection.jsx

@@ -10,7 +10,6 @@ const CustomBotWithoutProxySecretTokenSection = (props) => {
     if (props.onChangeSigningSecretHandler != null) {
       props.onChangeSigningSecretHandler(signingSecretInput);
     }
-    return;
   };
 
   const onChangeBotTokenHandler = (botTokenInput) => {