diff --git a/src/pages/iou/request/step/IOURequestStepConfirmation.tsx b/src/pages/iou/request/step/IOURequestStepConfirmation.tsx index 88c6a675e3d1..2cc802a6d247 100644 --- a/src/pages/iou/request/step/IOURequestStepConfirmation.tsx +++ b/src/pages/iou/request/step/IOURequestStepConfirmation.tsx @@ -628,7 +628,7 @@ function IOURequestStepConfirmation({ shouldShowSmartScanFields={isMovingTransactionFromTrackExpense ? transaction?.amount !== 0 : requestType !== CONST.IOU.REQUEST_TYPE.SCAN} action={action} payeePersonalDetails={payeePersonalDetails} - shouldPlaySound={!gpsRequired} + shouldPlaySound={false} /> )}