Skip to content

Commit 0248064

Browse files
authored
Merge pull request Expensify#68207 from hoangzinh/temporary-disable-merge-action
[CP Staging] Temporary hide merge action
2 parents a2995fa + 129b882 commit 0248064

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/libs/ReportSecondaryActionUtils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@ function isReopenAction(report: Report, policy?: Policy): boolean {
530530
* Checks whether the supplied report supports merging transactions from it.
531531
*/
532532
function isMergeAction(parentReport: Report, reportTransactions: Transaction[], policy?: Policy): boolean {
533+
// Temporary hide merge action
534+
return false;
535+
533536
// Do not show merge action if there are multiple transactions
534537
if (reportTransactions.length !== 1) {
535538
return false;

0 commit comments

Comments
 (0)