From b88cbe30dee7c122f7b7b2f5734bdc42f6b7a1f8 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Tue, 25 Apr 2017 13:23:39 -0600 Subject: [PATCH] have all the comments show up in All Queue with proper statuses --- client/coral-admin/src/components/ActionButton.js | 2 +- .../src/containers/ModerationQueue/ModerationQueue.js | 1 - .../src/containers/ModerationQueue/components/Comment.js | 8 +++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/client/coral-admin/src/components/ActionButton.js b/client/coral-admin/src/components/ActionButton.js index 9365a76b6..1fcafeac0 100644 --- a/client/coral-admin/src/components/ActionButton.js +++ b/client/coral-admin/src/components/ActionButton.js @@ -5,7 +5,7 @@ import {menuActionsMap} from '../containers/ModerationQueue/helpers/moderationQu const ActionButton = ({type = '', status, ...props}) => { const typeName = type.toLowerCase(); - const active = ((type === 'REJECT' && status === 'REJECTED') || (type === 'APPROVE' && status === 'APPROVED')); + const active = ((type === 'REJECT' && status === 'REJECTED') || (type === 'APPROVE' && status === 'ACCEPTED')); return (