|
@@ -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' : ''}`}>
|