We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f746c commit 57f3a88Copy full SHA for 57f3a88
1 file changed
src/libs/actions/IOU/ReportWorkflow.ts
@@ -543,7 +543,7 @@ function approveMoneyRequest(params: ApproveMoneyRequestFunctionParams) {
543
nextStep: optimisticNextStep ?? undefined,
544
// The current user just approved this report, so it no longer awaits their action.
545
// Clear the expense report's own outstanding-child flag so the LHN green dot disappears
546
- // optimistically instead of lingering until OpenReport refetches the server's false value.
+ // optimistically instead of lingering until OpenReport re-fetches the server's false value.
547
hasOutstandingChildRequest: false,
548
pendingFields: {
549
partial: full ? null : CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE,
0 commit comments