Skip to content

Commit 451935a

Browse files
authored
[LOOP-4683] Add unit to IOB
2 parents 578ad3d + af0c417 commit 451935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/StatusTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
557557

558558
// Show the larger of the value either before or after the current date
559559
if let activeInsulin = loopManager.activeInsulin {
560-
self.currentIOBDescription = insulinFormatter.string(from: activeInsulin.quantity, includeUnit: false)
560+
self.currentIOBDescription = insulinFormatter.string(from: activeInsulin.quantity, includeUnit: true)
561561
} else {
562562
self.currentIOBDescription = nil
563563
}

0 commit comments

Comments
 (0)