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) && }