Gets rid of a top level prop passed down through a tree of components

This commit is contained in:
Sofiya Tepikin
2020-03-01 14:29:29 +01:00
parent 346d7e6dad
commit aab64a433f
12 changed files with 14 additions and 26 deletions
-1
View File
@@ -63,7 +63,6 @@ class App extends Component {
const pageProps = {
cycleDay: date && getCycleDay(date),
date,
handleBackButtonPress: goBack,
}
return (