diff --git a/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx b/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx index 6773c9651..2842e163e 100644 --- a/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx +++ b/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx @@ -151,93 +151,63 @@ const SlackChannel: FunctionComponent = ({ - - {({ input: { value: allCommentsValue } }) => ( -
- + + {({ input }) => ( + - {({ input }) => ( - - - All Comments - - - )} - - + Reported Comments + + + )} + + + {({ input }) => ( + - {({ input }) => ( - - - Reported Comments - - - )} - - + Pending Comments + + + )} + + + {({ input }) => ( + - {({ input }) => ( - - - Pending Comments - - - )} - - - {({ input }) => ( - - - Featured Comments - - - )} - -
- )} -
+ + Featured Comments + + + )} + +