We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 578ad3d + af0c417 commit 451935aCopy full SHA for 451935a
Loop/View Controllers/StatusTableViewController.swift
@@ -557,7 +557,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
557
558
// Show the larger of the value either before or after the current date
559
if let activeInsulin = loopManager.activeInsulin {
560
- self.currentIOBDescription = insulinFormatter.string(from: activeInsulin.quantity, includeUnit: false)
+ self.currentIOBDescription = insulinFormatter.string(from: activeInsulin.quantity, includeUnit: true)
561
} else {
562
self.currentIOBDescription = nil
563
}
0 commit comments