Skip to content

Commit

Permalink
Merge pull request Expensify#46542 from FitseTLT/fix-duplicate-sound-…
Browse files Browse the repository at this point in the history
…on-submit-expense

Fix - Chat - Duplicate Sound When Submitting an Expense
  • Loading branch information
techievivek authored Aug 5, 2024
2 parents 8fd61d6 + 9db27fa commit 2eb65f8
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 2eb65f8

Please sign in to comment.