Implements 2 improvements from MR comments:

- Moves title of symptom in the header
- Deletes additional comma out of cycle day overview
This commit is contained in:
Bl00dyMarie
2018-08-30 11:47:15 +02:00
parent d711b411c7
commit c258ad9e01
6 changed files with 105 additions and 106 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import styles from '../../../styles'
import { saveSymptom } from '../../../db'
import ActionButtonFooter from './action-button-footer'
export default class Temp extends Component {
export default class Note extends Component {
constructor(props) {
super(props)
this.cycleDay = props.cycleDay