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
Copy file name to clipboardExpand all lines: src/libs/actions/IOU.ts
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ import {
115
115
isMoneyRequestAction,
116
116
isReportPreviewAction,
117
117
} from '@libs/ReportActionsUtils';
118
-
import type {Ancestor, OptimisticChatReport, OptimisticCreatedReportAction, OptimisticIOUReportAction, OptionData, TransactionDetails} from '@libs/ReportUtils';
118
+
import type {OptimisticChatReport, OptimisticCreatedReportAction, OptimisticIOUReportAction, OptionData, TransactionDetails} from '@libs/ReportUtils';
119
119
import {
120
120
buildOptimisticActionableTrackExpenseWhisper,
121
121
buildOptimisticAddCommentReportAction,
@@ -158,7 +158,7 @@ import {
158
158
getDisplayedReportID,
159
159
getMoneyRequestSpendBreakdown,
160
160
getNextApproverAccountID,
161
-
getOptimisticDataForAncestors,
161
+
getOptimisticDataForParentReportAction,
162
162
getOutstandingChildRequest,
163
163
getParsedComment,
164
164
getPersonalDetailsForAccountID,
@@ -11967,7 +11967,7 @@ function adjustRemainingSplitShares(transaction: NonNullable<OnyxTypes.Transacti
0 commit comments