Minor change

master
David Peer 2022-02-16 21:31:46 +01:00
parent f667993f06
commit ece775bb8e
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}