Skip to content

Commit 28c6628

Browse files
committed
fix: prettier
1 parent ed55d8b commit 28c6628

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/iou/request/step/IOURequestStepConfirmation.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ function IOURequestStepConfirmation({
318318
// If the participants weren't automatically added to the transaction, then we should go back to the IOURequestStepParticipants.
319319
if (!transaction?.participantsAutoAssigned && participantsAutoAssignedFromRoute !== 'true') {
320320
// TODO: temporary fix for multi-files dnd; check if other flow can use reportID instead of transaction?.reportID
321-
const shouldUseNewScanFlow =
322-
isBetaEnabled(CONST.BETAS.NEWDOT_MULTI_FILES_DRAG_AND_DROP) && (iouType === CONST.IOU.TYPE.TRACK || iouType === CONST.IOU.TYPE.SUBMIT);
321+
const shouldUseNewScanFlow = isBetaEnabled(CONST.BETAS.NEWDOT_MULTI_FILES_DRAG_AND_DROP) && (iouType === CONST.IOU.TYPE.TRACK || iouType === CONST.IOU.TYPE.SUBMIT);
323322
const backToReportID =
324323
shouldUseNewScanFlow && !transaction?.participants?.at(0)?.isPolicyExpenseChat
325324
? reportID

0 commit comments

Comments
 (0)