WIP Поправил данные стора Термометрии

This commit is contained in:
DwCay
2023-05-16 10:56:17 +03:00
parent e289df0c90
commit a675ba570b
2 changed files with 13 additions and 13 deletions

View File

@@ -130,15 +130,15 @@ const state = () => ({
bite: "distal bite",
hygieneIndex: 2,
KPUIndex: 3,
},
protocolThermometry: {
cold: {
temperature: 22,
result: "Нет реакции",
},
heat: {
temperature: 50,
result: "Повышенная чувствительность",
thermometry: {
cold: {
temperature: 22,
result: "Нет реакции",
},
heat: {
temperature: 50,
result: "Повышенная чувствительность",
},
},
},
});