diff --git a/db.js b/db.js index 87cd04f..a91c098 100644 --- a/db.js +++ b/db.js @@ -7,7 +7,7 @@ let cycleDaysSortedbyTempValueView = [] const TemperatureSchema = { name: 'Temperature', properties: { - value: 'int', + value: 'double', exclude: 'bool' } } diff --git a/list.js b/list.js index 5c232e9..cd8d831 100644 --- a/list.js +++ b/list.js @@ -33,6 +33,7 @@ export default class Temp extends Component { />