Skip to content

Commit

Permalink
Revert "Update src/pages/home/report/ContextMenu/BaseReportActionCont…
Browse files Browse the repository at this point in the history
…extMenu.js"

This reverts commit 5869c6c.
  • Loading branch information
samh-nl committed Sep 21, 2023
1 parent 18a9e81 commit 777ca93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function BaseReportActionContextMenu(props) {
ref={props.contentRef}
style={wrapperStyle}
>
{_.map(filteredContextMenuActions, (contextAction, index) => {
{_.map(_.filter(ContextMenuActions, shouldShowFilter), (contextAction, index) => {
const closePopup = !props.isMini;
const payload = {
reportAction,
Expand Down

0 comments on commit 777ca93

Please sign in to comment.