We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc4626f + d9513ac commit e748661Copy full SHA for e748661
src/pages/iou/request/step/IOURequestStepConfirmation.tsx
@@ -360,7 +360,7 @@ function IOURequestStepConfirmation({
360
formHasBeenSubmitted.current = true;
361
playSound(SOUNDS.DONE);
362
363
- if (isDistanceRequest && !isMovingTransactionFromTrackExpense) {
+ if (iouType !== CONST.IOU.TYPE.TRACK && isDistanceRequest && !isMovingTransactionFromTrackExpense) {
364
createDistanceRequest(iouType === CONST.IOU.TYPE.SPLIT ? splitParticipants : selectedParticipants, trimmedComment);
365
return;
366
}
0 commit comments