Add go back functionality

This commit is contained in:
Sofiya Tepikin
2019-11-22 20:28:14 +01:00
parent e66ca3f8db
commit 026a9c17c3
3 changed files with 18 additions and 7 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ export const isSettingsView =
(page) => Object.keys(settingsViews).includes(page)
const symptomsPages = Object.keys(symptomViews).map(symptomView => ({
component: symptomView, parent: 'CycleDay',
component: symptomView,
parent: 'CycleDay',
}))
export const pages = [