Update Profile.java
This commit is contained in:
parent
6293e89be2
commit
dcc7112fd8
|
@ -247,7 +247,7 @@ public class Profile {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getIcList() {
|
public String getIcList() {
|
||||||
return getValuesList(ic, null, new DecimalFormat("0.0"), " g/hr");
|
return getValuesList(ic, null, new DecimalFormat("0.0"), " g/U");
|
||||||
}
|
}
|
||||||
|
|
||||||
public Double getBasal() {
|
public Double getBasal() {
|
||||||
|
|
Loading…
Reference in a new issue