|
|
@@ -75,9 +75,9 @@ const BotTypeCard = (props) => {
|
|
|
<div className="card-text">
|
|
|
<div className="my-2">
|
|
|
<div className="d-flex justify-content-between mb-3">
|
|
|
- {/* TODO add image of difficulties by GW-5638 */}
|
|
|
- {/* <span>{t('admin:slack_integration.selecting_bot_types.set_up')}</span> */}
|
|
|
- {/* <span className={`bot-type-disc-${value.setUp}`}>{t(`admin:slack_integration.selecting_bot_types.${value.setUp}`)}</span> */}
|
|
|
+ {/* TODO add image of difficulties by GW-5638
|
|
|
+ <span>{t('admin:slack_integration.selecting_bot_types.set_up')}</span>
|
|
|
+ <span className={`bot-type-disc-${value.setUp}`}>{t(`admin:slack_integration.selecting_bot_types.${value.setUp}`)}</span> */}
|
|
|
|
|
|
|
|
|
</div>
|