فهرست منبع

Removed unneccessary space

Steven Fukase 5 سال پیش
والد
کامیت
1c8d196913
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

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

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