Skip to content

Commit ab9d0d0

Browse files
committed
removed line commented
1 parent cf50c37 commit ab9d0d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Date/DatePickerInputWithoutModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ function DatePickerInputWithoutModal(
9595
error={(!!error && !hideValidationErrors) || !!hasError}
9696
style={[styles.input, style]}
9797
/>
98-
{/* {inputButtons} */}
9998
</View>
10099
{error && !hideValidationErrors ? (
101100
<HelperText type="error" visible={!!error}>

0 commit comments

Comments
 (0)