From 9db27fad23e9ac1961daa9985c7066f060727211 Mon Sep 17 00:00:00 2001 From: FitseTLT Date: Tue, 30 Jul 2024 22:29:18 +0300 Subject: [PATCH] fix duplicate sound --- src/pages/iou/request/step/IOURequestStepConfirmation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} /> )}