You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
All: Fixed tests and minor fixes
This commit is contained in:
@ -458,7 +458,7 @@ class ScreenHeaderComponent extends Component {
|
||||
|
||||
return (
|
||||
<View style={this.styles().container} >
|
||||
<View style={{flexDirection:'row'}}>
|
||||
<View style={{flexDirection:'row', alignItems: 'center'}}>
|
||||
{ sideMenuComp }
|
||||
{ backButtonComp }
|
||||
{ saveButton(this.styles(), () => { if (this.props.onSaveButtonPress) this.props.onSaveButtonPress() }, this.props.saveButtonDisabled === true, this.props.showSaveButton === true) }
|
||||
|
Reference in New Issue
Block a user