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
// We wrap navigation in setNavigationActionToMicrotaskQueue so that data loading in Onyx and navigation do not occur simultaneously.
205
+
// We wrap navigation in setNavigationActionToMicrotaskQueue so that data loading in Onyx and navigation do not occur simultaneously, which resets the amount to 0.
206
206
// More information can be found here: https://github.com/Expensify/App/issues/73728
@@ -359,7 +359,7 @@ function IOURequestStepParticipants({
359
359
// We don't want to compare params because we just changed the participants.
360
360
Navigation.goBack(route,{compareParams: false});
361
361
}else{
362
-
// We wrap navigation in setNavigationActionToMicrotaskQueue so that data loading in Onyx and navigation do not occur simultaneously.
362
+
// We wrap navigation in setNavigationActionToMicrotaskQueue so that data loading in Onyx and navigation do not occur simultaneously, which resets the amount to 0.
363
363
// More information can be found here: https://github.com/Expensify/App/issues/73728
0 commit comments