Skip to content

Commit 9ba7886

Browse files
committed
removed redundant issue link in codebase
1 parent 0a78c91 commit 9ba7886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ReportActionItem/MoneyReportView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function MoneyReportView({
107107

108108
const isTaxEnabled = isPolicyTaxEnabled(policy);
109109
// Exclude transactions pending deletion so a report being reduced to a single expense (e.g. deleting one of two) is treated as single immediately,
110-
// instead of waiting for the optimistic delete to be removed from Onyx (https://github.com/Expensify/App/issues/91058).
110+
// instead of waiting for the optimistic delete to be removed from Onyx.
111111
// While offline the deleted expense is still rendered, so keep counting it to stay consistent with the visible transaction list.
112112
const visibleTransactions = transactions.filter((transaction) => isOffline || !isTransactionPendingDelete(transaction));
113113
const isSingleNonReimbursableExpense = isSingleTransactionReport(report, visibleTransactions) && visibleTransactions.at(0)?.reimbursable === false;

0 commit comments

Comments
 (0)