diff --git a/src/libs/ReportSecondaryActionUtils.ts b/src/libs/ReportSecondaryActionUtils.ts index d0c6437889b38..3fbbce02710c0 100644 --- a/src/libs/ReportSecondaryActionUtils.ts +++ b/src/libs/ReportSecondaryActionUtils.ts @@ -832,7 +832,8 @@ function getSecondaryTransactionThreadActions( options.push(CONST.REPORT.TRANSACTION_SECONDARY_ACTIONS.MERGE); } - if (isDuplicateAction(parentReport, [reportTransaction])) { + // Disabled for now to fix deploy blockers. Will be re-enabled in https://github.com/Expensify/App/pull/77343 + if (isDuplicateAction(parentReport, [reportTransaction]) && false) { options.push(CONST.REPORT.TRANSACTION_SECONDARY_ACTIONS.DUPLICATE); }