Skip to content

Commit

Permalink
Update src/pages/home/report/ContextMenu/BaseReportActionContextMenu.js
Browse files Browse the repository at this point in the history
Co-authored-by: Situ Chandra Shil <[email protected]>
  • Loading branch information
samh-nl and situchan authored Sep 21, 2023
1 parent fa0b8e7 commit 5869c6c
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(_.filter(ContextMenuActions, shouldShowFilter), (contextAction, index) => {
{_.map(filteredContextMenuActions, (contextAction, index) => {
const closePopup = !props.isMini;
const payload = {
reportAction,
Expand Down

0 comments on commit 5869c6c

Please sign in to comment.