diff --git a/src/pages/home/report/ContextMenu/BaseReportActionContextMenu.js b/src/pages/home/report/ContextMenu/BaseReportActionContextMenu.js index e26e9c1bae64..009fa44325dd 100755 --- a/src/pages/home/report/ContextMenu/BaseReportActionContextMenu.js +++ b/src/pages/home/report/ContextMenu/BaseReportActionContextMenu.js @@ -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,