Steven Fukase 5 лет назад
Родитель
Сommit
1c8d196913

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

@@ -161,7 +161,7 @@ const SlackIntegration = (props) => {
         </div>
       </div>
 
-      { settingsComponent}
+      {settingsComponent}
     </>
   );
 };