Skip to content

Commit af0c417

Browse files
committed
[LOOP-4683] Add unit to IOB
1 parent d7c6532 commit af0c417

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)