diff --git a/components/cycle-day/symptoms/pain.js b/components/cycle-day/symptoms/pain.js index 5a7c0bd..6365065 100644 --- a/components/cycle-day/symptoms/pain.js +++ b/components/cycle-day/symptoms/pain.js @@ -112,19 +112,17 @@ export default class Pain extends Component { }} /> - - { this.state.other && - { - this.setState({note: val}) - }} - /> - } - + { this.state.other && + { + this.setState({note: val}) + }} + /> + }