Skip to content

Commit

Permalink
Merge pull request #38646 from Expensify/youssef_deploy_blocker_fix
Browse files Browse the repository at this point in the history
Remove prop that's not needed

(cherry picked from commit 94ff515)
  • Loading branch information
youssef-lr authored and OSBotify committed Mar 19, 2024
1 parent bc12305 commit bbad79a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/TimePicker/TimePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ function TimePicker({forwardedRef, defaultValue, onSubmit, onInputChange}) {
>
<AmountTextInput
placeholder={numberFormat(0)}
maxLength={2}
formattedAmount={hours}
onKeyPress={(e) => {
lastPressedKey.current = e.nativeEvent.key;
Expand All @@ -479,7 +478,6 @@ function TimePicker({forwardedRef, defaultValue, onSubmit, onInputChange}) {
<Text style={styles.timePickerSemiDot}>{CONST.COLON}</Text>
<AmountTextInput
placeholder={numberFormat(0)}
maxLength={2}
formattedAmount={minutes}
onKeyPress={(e) => {
lastPressedKey.current = e.nativeEvent.key;
Expand Down

0 comments on commit bbad79a

Please sign in to comment.