Fix linter problems

This commit is contained in:
Julia Friesel
2019-05-13 08:12:46 +02:00
parent d1e16abe34
commit 6011bd9208
8 changed files with 72 additions and 71 deletions
@@ -36,6 +36,10 @@ export default class SymptomView extends Component {
this.onBackButtonPress()
this.globalBackhandler()
}}
deleteEntry={() => {
this.deleteSymptomEntry()
this.globalBackhandler()
}}
/>
{this.renderContent()}
</View>