Remove unused line

This commit is contained in:
Julia Friesel
2019-05-11 14:45:25 +02:00
parent 9fd17d769e
commit d322e557a3
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -17,7 +17,6 @@ export default class Mucus extends Component {
super(props)
const cycleDay = props.cycleDay
this.mucus = cycleDay && cycleDay.mucus
this.makeActionButtons = props.makeActionButtons
this.state = this.mucus ? this.mucus : {}
}