Gets rid of a top level prop passed down through a tree of components
This commit is contained in:
@@ -39,7 +39,6 @@ class Note extends Component {
|
||||
<SymptomView
|
||||
symptom={this.symptom}
|
||||
values={this.state}
|
||||
handleBackButtonPress={this.props.handleBackButtonPress}
|
||||
date={this.props.date}
|
||||
>
|
||||
<SymptomSection
|
||||
|
||||
Reference in New Issue
Block a user