Minor change
parent
f667993f06
commit
ece775bb8e
|
|
@ -27,7 +27,7 @@ function getSteps(){
|
|||
|
||||
function getBpm(){
|
||||
try{
|
||||
return Math.round(Bangle.getHealthStatus("day").bpm) + " bpm";
|
||||
return Math.round(Bangle.getHealthStatus("day").bpm) + "bpm";
|
||||
} catch(e) {
|
||||
return ">= 2v12";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue