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

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

@@ -145,6 +145,7 @@ const SlackIntegration = (props) => {
             className={`card admin-bot-card mx-3 rounded border-radius-sm shadow ${currentBotType === `${key}` ? 'border-primary' : ''}`}
             className={`card admin-bot-card mx-3 rounded border-radius-sm shadow ${currentBotType === `${key}` ? 'border-primary' : ''}`}
             onClick={() => handleBotTypeSelect(`${key}`)}
             onClick={() => handleBotTypeSelect(`${key}`)}
             role="button"
             role="button"
+            key={key}
           >
           >
             <div>
             <div>
               <h3 className={`card-header mb-0 py-3 text-center ${currentBotType === `${key}` ? 'bg-primary text-light' : ''}`}>
               <h3 className={`card-header mb-0 py-3 text-center ${currentBotType === `${key}` ? 'bg-primary text-light' : ''}`}>