From 83e74bf08be21aad8350301ffaeaf7e4e5001943 Mon Sep 17 00:00:00 2001 From: Youssef Lourayad Date: Tue, 19 Dec 2023 09:50:18 +0100 Subject: [PATCH] Remove redundant prop --- src/pages/iou/request/step/IOURequestStepConfirmation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/iou/request/step/IOURequestStepConfirmation.js b/src/pages/iou/request/step/IOURequestStepConfirmation.js index c9ce6dbb0289..7ba4f635ff01 100644 --- a/src/pages/iou/request/step/IOURequestStepConfirmation.js +++ b/src/pages/iou/request/step/IOURequestStepConfirmation.js @@ -225,7 +225,6 @@ function IOURequestStepConfirmation({ transaction.category, transaction.tag, report.reportID, - transaction.merchant, ); return; }