From 21176131a79b488ec7f4acfa912e101c888ed7ae Mon Sep 17 00:00:00 2001 From: ayeshoali Date: Thu, 1 Dec 2022 16:05:40 +0500 Subject: [PATCH] fix: removed divider from report in action drop down --- src/discussions/common/ActionsDropdown.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discussions/common/ActionsDropdown.jsx b/src/discussions/common/ActionsDropdown.jsx index df5ae7d9..09310b0a 100644 --- a/src/discussions/common/ActionsDropdown.jsx +++ b/src/discussions/common/ActionsDropdown.jsx @@ -64,7 +64,7 @@ function ActionsDropdown({ > {actions.map(action => ( - {(action.action === ContentActions.DELETE || action.action === ContentActions.REPORT) + {(action.action === ContentActions.DELETE) && }