We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264aabc commit d188a6eCopy full SHA for d188a6e
src/CustomDatePickerAndroid/index.js
@@ -49,7 +49,7 @@ export default class CustomDatePickerAndroid extends Component {
49
50
if (this.props.mode === 'datetime') {
51
// Prepopulate and show time picker
52
- const timeOptions = {is24Hour: this.props.is24Hour};
+ const timeOptions = { is24Hour: this.props.is24Hour };
53
if (this.props.date) {
54
timeOptions.hour = moment(this.props.date).hour();
55
timeOptions.minute = moment(this.props.date).minute();
0 commit comments