|
@@ -152,7 +152,7 @@ final class BaseWatchManager: NSObject, WCSessionDelegate, Injectable, WatchMana
|
|
|
if lastLoopMinutes > 1440 {
|
|
if lastLoopMinutes > 1440 {
|
|
|
watchState.lastLoopTime = "--"
|
|
watchState.lastLoopTime = "--"
|
|
|
} else {
|
|
} else {
|
|
|
- watchState.lastLoopTime = "\(lastLoopMinutes)m"
|
|
|
|
|
|
|
+ watchState.lastLoopTime = "\(lastLoopMinutes) min"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Set IOB and COB from latest determination
|
|
// Set IOB and COB from latest determination
|