From dd5b07c1c6a90ad4a9ebed025de14e61949d79fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Tue, 7 Mar 2023 22:32:29 +0100 Subject: [PATCH] skip reactions for IOU messages for now due to backend issues --- src/pages/home/report/ContextMenu/ContextMenuActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/report/ContextMenu/ContextMenuActions.js b/src/pages/home/report/ContextMenu/ContextMenuActions.js index 0a931bd5c4bc..ddf803050dd3 100644 --- a/src/pages/home/report/ContextMenu/ContextMenuActions.js +++ b/src/pages/home/report/ContextMenu/ContextMenuActions.js @@ -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, }) => {