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 committed Jul 11, 2024
1 parent d7c6532 commit af0c417
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 af0c417

Please sign in to comment.