Fix: Pipeline problems

This commit is contained in:
tina
2024-09-25 16:48:55 +02:00
parent 540d6aee03
commit 95cf6f6001
+2 -2
View File
@@ -262,8 +262,7 @@ export const symptomPage = {
export const save = { export const save = {
bleeding: (data, date, shouldDeleteData) => { bleeding: (data, date, shouldDeleteData) => {
let { const {
exclude,
value, value,
pad, pad,
tampon, tampon,
@@ -275,6 +274,7 @@ export const save = {
other, other,
note, note,
} = data } = data
let { exclude } = data
const isDataEntered = [ const isDataEntered = [
'value', 'value',
'pad', 'pad',