|
|
@@ -21,8 +21,8 @@ const CustomBotWithoutProxySettings = (props) => {
|
|
|
return (
|
|
|
<>
|
|
|
<h2 className="admin-setting-header">{t('admin:slack_integration.custom_bot_without_proxy_integration')}
|
|
|
- {/* TODO: add an appropriate links by GW-5614 */}
|
|
|
- <i className="fa fa-external-link btn-link ml-2" aria-hidden="true"></i>
|
|
|
+ {/* TODO: If Bot-manual section of docs is merged into master, show links and add an appropriate links by GW-5614. */}
|
|
|
+ {/* <i className="fa fa-external-link btn-link ml-2" aria-hidden="true"></i> */}
|
|
|
</h2>
|
|
|
|
|
|
<CustomBotWithoutProxyConnectionStatus
|