kaori 5 лет назад
Родитель
Сommit
705689e483
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

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

@@ -158,7 +158,7 @@ const SlackIntegration = (props) => {
 
 
                 {key === 'officialBot' ? renderRecommendedBadge() : ''}
                 {key === 'officialBot' ? renderRecommendedBadge() : ''}
 
 
-                {/* TODO: add an appropriate link by GW-5614 */}
+                {/* TODO: add an appropriate links by GW-5614 */}
                 <i className={`fa fa-external-link btn-link ${currentBotType === `${key}` ? 'bg-primary text-light' : ''}`} aria-hidden="true"></i>
                 <i className={`fa fa-external-link btn-link ${currentBotType === `${key}` ? 'bg-primary text-light' : ''}`} aria-hidden="true"></i>
               </h3>
               </h3>
             </div>
             </div>