Skip to content

Commit 129b882

Browse files
committed
Update comment
1 parent 86e956c commit 129b882

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
@@ -529,7 +529,7 @@ function isReopenAction(report: Report, policy?: Policy): boolean {
529529
* Checks whether the supplied report supports merging transactions from it.
530530
*/
531531
function isMergeAction(parentReport: Report, reportTransactions: Transaction[], policy?: Policy): boolean {
532-
// Temporary disable merge action
532+
// Temporary hide merge action
533533
return false;
534534

535535
// Do not show merge action if there are multiple transactions

0 commit comments

Comments
 (0)