Skip to content

Commit 76d7696

Browse files
committed
do not show remove hold in transaction thread secondary actions
1 parent df6ff73 commit 76d7696

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/libs/ReportSecondaryActionUtils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,10 +678,6 @@ function getSecondaryTransactionThreadActions(
678678
options.push(CONST.REPORT.TRANSACTION_SECONDARY_ACTIONS.HOLD);
679679
}
680680

681-
if (isRemoveHoldActionForTransaction(parentReport, reportTransaction, policy)) {
682-
options.push(CONST.REPORT.TRANSACTION_SECONDARY_ACTIONS.REMOVE_HOLD);
683-
}
684-
685681
if (isSplitAction(parentReport, [reportTransaction], policy)) {
686682
options.push(CONST.REPORT.TRANSACTION_SECONDARY_ACTIONS.SPLIT);
687683
}

0 commit comments

Comments
 (0)