Rename screen in navigtor

This commit is contained in:
Julia Friesel
2018-06-14 14:55:08 +02:00
parent be0b9ba09e
commit c72e8d45a9
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default class Bleeding extends Component {
constructor(props) {
super(props)
this.cycleDay = props.cycleDay
this.showView = props.bringIntoView
this.showView = props.showView
let bleedingValue = this.cycleDay.bleeding && this.cycleDay.bleeding.value
if (! (typeof bleedingValue === 'number') ){
bleedingValue = -1