Skip to content
Snippets Groups Projects
Commit e53cd03b authored by tina's avatar tina
Browse files

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

parent 3bf94164
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ export default class Bleeding extends Component { ...@@ -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 })
......
This diff is collapsed.
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