You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When prevent self-approval is enabled & the current user is submitter AND they're submitting to themselves, we need to show the optimistic next step
@@ -851,7 +860,7 @@ function MoneyReportHeader({
851
860
currentUserAccountID: accountID,
852
861
report: moneyRequestReport,
853
862
chatReport,
854
-
reportTransactions: transactions,
863
+
reportTransactions: nonPendingDeleteTransactions,
855
864
violations,
856
865
bankAccountList,
857
866
policy,
@@ -870,7 +879,7 @@ function MoneyReportHeader({
870
879
isSubmittingAnimationRunning,
871
880
moneyRequestReport,
872
881
chatReport,
873
-
transactions,
882
+
nonPendingDeleteTransactions,
874
883
violations,
875
884
policy,
876
885
reportNameValuePairs,
@@ -1182,7 +1191,7 @@ function MoneyReportHeader({
1182
1191
currentUserAccountID: accountID,
1183
1192
report: moneyRequestReport,
1184
1193
chatReport,
1185
-
reportTransactions: transactions,
1194
+
reportTransactions: nonPendingDeleteTransactions,
1186
1195
originalTransaction: originalIOUTransaction,
1187
1196
violations,
1188
1197
bankAccountList,
@@ -1198,7 +1207,7 @@ function MoneyReportHeader({
1198
1207
currentUserLogin,
1199
1208
accountID,
1200
1209
chatReport,
1201
-
transactions,
1210
+
nonPendingDeleteTransactions,
1202
1211
originalIOUTransaction,
1203
1212
violations,
1204
1213
policy,
@@ -1442,6 +1451,7 @@ function MoneyReportHeader({
0 commit comments