From af0c417d08add374be93edd75f34dc76521f6540 Mon Sep 17 00:00:00 2001 From: Cameron Ingham Date: Thu, 11 Jul 2024 07:54:04 -0700 Subject: [PATCH] [LOOP-4683] Add unit to IOB --- Loop/View Controllers/StatusTableViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop/View Controllers/StatusTableViewController.swift b/Loop/View Controllers/StatusTableViewController.swift index 8044467a5..73cd528a6 100644 --- a/Loop/View Controllers/StatusTableViewController.swift +++ b/Loop/View Controllers/StatusTableViewController.swift @@ -557,7 +557,7 @@ final class StatusTableViewController: LoopChartsTableViewController { // Show the larger of the value either before or after the current date if let activeInsulin = loopManager.activeInsulin { - self.currentIOBDescription = insulinFormatter.string(from: activeInsulin.quantity, includeUnit: false) + self.currentIOBDescription = insulinFormatter.string(from: activeInsulin.quantity, includeUnit: true) } else { self.currentIOBDescription = nil }