There was an error while loading. Please reload this page.
1 parent 79adfea commit 1722a24Copy full SHA for 1722a24
1 file changed
Loop/View Controllers/StatusTableViewController.swift
@@ -33,7 +33,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
33
34
lazy var insulinFormatter: QuantityFormatter = {
35
let formatter = QuantityFormatter(for: .internationalUnit)
36
- formatter.numberFormatter.maximumFractionDigits = 3
+ formatter.numberFormatter.maximumFractionDigits = 2
37
return formatter
38
}()
39
0 commit comments