@hedia/recommendation-screen 2.2.0-alpha.36 → 2.2.0-alpha.37
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.
|
@@ -31,7 +31,7 @@ const ForecastInfoBar = (props) => {
|
|
|
31
31
|
/**
|
|
32
32
|
* Determine the cgm value string to be displayed in the infobar.
|
|
33
33
|
*
|
|
34
|
-
* @returns The string to display as the cgm
|
|
34
|
+
* @returns The string to display as the cgm value in the forecast infobar
|
|
35
35
|
*/
|
|
36
36
|
const displayCGMValue = () => Utils.displayedBGLValue(cgm.latestCGMReadingMmoll, unit);
|
|
37
37
|
const { border, container, forecastDot, forecastSubtitle, forecastText, forecastTime, gradient, labelContainer, row, unitContainer, units, value, valueContainer, valueUnitContainer, } = infoStyles;
|