Skip to content

Commit

Permalink
[LOOP-4683] Add unit to IOB
Browse files Browse the repository at this point in the history
  • Loading branch information
Camji55 authored Jul 11, 2024
2 parents 578ad3d + af0c417 commit 451935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/View Controllers/StatusTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 451935a

Please sign in to comment.