Skip to content

Commit

Permalink
Merge pull request #43816 from abzokhattab/fix-amount-inconsistency-w…
Browse files Browse the repository at this point in the history
…ith-some-currencies

Fix/ Zeros are added to currency that does not support decimal
  • Loading branch information
dangrous authored Jul 17, 2024
2 parents 7f66ea3 + 3bb57a6 commit a129673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/iou/request/IOURequestStartPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ function IOURequestStartPage({
{shouldDisplayDistanceRequest && <TopTab.Screen name={CONST.TAB_REQUEST.DISTANCE}>{() => <IOURequestStepDistance route={route} />}</TopTab.Screen>}
</OnyxTabNavigator>
) : (
<IOURequestStepAmount route={route} />
<IOURequestStepAmount
route={route}
shouldKeepUserInput
/>
)}
</View>
</DragAndDropProvider>
Expand Down

0 comments on commit a129673

Please sign in to comment.