Skip to content

Commit

Permalink
fix duplicate sound
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Jul 30, 2024
1 parent 49f0958 commit 9db27fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
</View>
)}
Expand Down

0 comments on commit 9db27fa

Please sign in to comment.