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 {
<Button
onPress={() => {
saveBleeding(day, {
value: Number(this.state.currentValue),
value: this.state.currentValue,
exclude: this.state.exclude
})
navigate('dayView', { cycleDay: day })
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
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