Skip to content

Commit

Permalink
skip reactions for IOU messages for now
Browse files Browse the repository at this point in the history
due to backend issues
  • Loading branch information
hannojg committed Mar 7, 2023
1 parent 840e381 commit dd5b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ContextMenu/ContextMenuActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const CONTEXT_MENU_TYPES = {
export default [
{
shouldKeepOpen: true,
shouldShow: () => true,
shouldShow: (type, reportAction) => reportAction.actionName !== CONST.REPORT.ACTIONS.TYPE.IOU,
renderContent: (closePopover, {
reportID, reportAction, close: closeManually, openContextMenu,
}) => {
Expand Down

0 comments on commit dd5b07c

Please sign in to comment.