|
@@ -113,7 +113,7 @@ const OfficialBotSettings = (props) => {
|
|
|
{slackAppIntegrations.map((slackAppIntegration) => {
|
|
{slackAppIntegrations.map((slackAppIntegration) => {
|
|
|
const { tokenGtoP, tokenPtoG } = slackAppIntegration;
|
|
const { tokenGtoP, tokenPtoG } = slackAppIntegration;
|
|
|
return (
|
|
return (
|
|
|
- <React.Fragment key={slackAppIntegration.id}>
|
|
|
|
|
|
|
+ <React.Fragment key={slackAppIntegration._id}>
|
|
|
<div className="d-flex justify-content-end">
|
|
<div className="d-flex justify-content-end">
|
|
|
<button
|
|
<button
|
|
|
className="my-3 btn btn-outline-danger"
|
|
className="my-3 btn btn-outline-danger"
|