Adds back button to settings header

This commit is contained in:
emelko
2019-02-04 21:04:17 +01:00
parent 1a49b79eec
commit d0dcbd543d
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default function Header(p) {
else if (props.isSymptomView) {
return (<SymptomViewHeader {...props} />)
}
else if (props.title === 'info') {
else if (props.showBackButton) {
return (<BackButtonHeader {...props} />)
}
else {