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
@@ -13,7 +13,7 @@ export default class Temp extends Component {
constructor(props) {
super(props)
this.cycleDay = props.cycleDay
this.showView = props.bringIntoView
this.showView = props.showView
let initialValue
if(this.cycleDay.temperature) {