Skip to content

Commit cb017f0

Browse files
committed
update code
1 parent 9bbfd81 commit cb017f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/ReportSecondaryActionUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ function isReopenAction(report: Report, policy?: Policy): boolean {
535535
*/
536536
function isMergeAction(parentReport: Report, reportTransactions: Transaction[], policy?: Policy): boolean {
537537
// Temporary hide merge action
538-
return true;
538+
return false;
539539

540540
// Do not show merge action if there are multiple transactions
541541
if (reportTransactions.length !== 1) {

0 commit comments

Comments
 (0)