type of bleeding is already a number, deleted redundent step. also included package-lock
This commit is contained in:
+1
-1
@@ -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 })
|
||||
|
||||
Generated
+1569
-1578
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user