Skip to content
Snippets Groups Projects
Commit d30afd55 authored by bl00dymarie's avatar bl00dymarie
Browse files

Merge branch '206-disable-pain-in-future-bug' into 'master'

Disables pain in future, bc this would make our user a prophet :)

Closes #206

See merge request bloodyhealth/drip!84
parents 3bb42db6 a13b03c7
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ export default class CycleDayOverView extends Component {
title='Pain'
onPress={() => this.navigate('PainEditView')}
data={getLabel('pain', cycleDay.pain)}
disabled={dateInFuture}
/>
<SymptomBox
title='Note'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment