Skip to content

Commit 1722a24

Browse files
authored
[LOOP-5903] only display 2 decimal places (#928)
1 parent 79adfea commit 1722a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Loop/View Controllers/StatusTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
3333

3434
lazy var insulinFormatter: QuantityFormatter = {
3535
let formatter = QuantityFormatter(for: .internationalUnit)
36-
formatter.numberFormatter.maximumFractionDigits = 3
36+
formatter.numberFormatter.maximumFractionDigits = 2
3737
return formatter
3838
}()
3939

0 commit comments

Comments
 (0)