type of bleeding is already a number, deleted redundent step. also included package-lock

This commit is contained in:
tina
2018-06-07 14:27:18 +02:00
parent 3bf9416438
commit e53cd03b73
2 changed files with 1570 additions and 1579 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export default class Bleeding extends Component {
<Button <Button
onPress={() => { onPress={() => {
saveBleeding(day, { saveBleeding(day, {
value: Number(this.state.currentValue), value: this.state.currentValue,
exclude: this.state.exclude exclude: this.state.exclude
}) })
navigate('dayView', { cycleDay: day }) navigate('dayView', { cycleDay: day })
+1569 -1578
View File
File diff suppressed because it is too large Load Diff