@hedia/recommendation-screen 2.2.0-alpha.21 → 2.2.0-alpha.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,7 +52,7 @@ const ForecastInfoBar = (props) => {
52
52
 
53
53
  <View style={row}>
54
54
  <TextRegular style={infoStyles.currentCGM}>
55
- {i18n._(t `Current glucose: ${forecast.latestCGMReading} ${displayUnit(unit)}`)}
55
+ {i18n._(t `Current glucose: ${forecast.latestCGMReading.glucoseMmoll} ${displayUnit(unit)}`)}
56
56
  </TextRegular>
57
57
  </View>
58
58
  </View>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.2.0-alpha.21",
3
+ "version": "2.2.0-alpha.22",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "dist/index.js",
6
6
  "files": [