You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Tools: Linter: Enforce object-curly-spacing - always
This commit is contained in:
@@ -81,7 +81,7 @@ class SelectDateTimeDialog extends React.PureComponent {
|
||||
width={0.9}
|
||||
height={350}
|
||||
>
|
||||
<View style={{flex: 1, margin: 20, alignItems: 'center'}}>
|
||||
<View style={{ flex: 1, margin: 20, alignItems: 'center' }}>
|
||||
<DatePicker
|
||||
date={this.state.date}
|
||||
mode="datetime"
|
||||
@@ -90,7 +90,7 @@ class SelectDateTimeDialog extends React.PureComponent {
|
||||
confirmBtnText={_('Confirm')}
|
||||
cancelBtnText={_('Cancel')}
|
||||
onDateChange={(date) => { this.setState({ date: this.stringToDate(date) }); }}
|
||||
style={{width: 300}}
|
||||
style={{ width: 300 }}
|
||||
customStyles={{
|
||||
btnConfirm: {
|
||||
paddingVertical: 0,
|
||||
|
||||
Reference in New Issue
Block a user