Fix redirect to TemperatureEditView from reminder

This commit is contained in:
Sofiya Tepikin
2020-12-13 15:54:16 +01:00
parent 9c9d06f192
commit 60cde25f76
5 changed files with 25 additions and 7 deletions
+2
View File
@@ -65,6 +65,7 @@ class App extends Component {
const title = headerTitles[currentPage]
const isSettingsSubView = isSettingsView(currentPage)
const isTemperatureEditView = currentPage === 'TemperatureEditView'
const headerProps = {
title,
@@ -74,6 +75,7 @@ class App extends Component {
const pageProps = {
cycleDay: date && getCycleDay(date),
date,
isTemperatureEditView,
}
return (