Skip to content

Commit b40475a

Browse files
authored
Merge pull request #88042 from Expensify/claude-chronosOOOAllowDecimalDuration
Allow decimal values in Chronos Schedule OOO duration input
2 parents e0e2d2e + 7161965 commit b40475a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/ChronosScheduleOOOPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function ChronosScheduleOOOPage({route}: ChronosScheduleOOOPageProps) {
156156
currencyButtonLabel={durationUnitButtonLabel}
157157
currencyButtonAccessibilityLabel={`${translate('common.select')}, ${durationUnitButtonLabel}`}
158158
currency={CONST.CURRENCY.USD}
159-
decimals={0}
159+
decimals={2}
160160
onCurrencyButtonPress={() => setIsDurationUnitModalVisible(true)}
161161
isCurrencyPressable
162162
/>

0 commit comments

Comments
 (0)