Skip to content

Commit

Permalink
Allow bolus calcuator adjustment with two fraction digits
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed Nov 5, 2024
1 parent 88d0bef commit f5e2668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension BolusCalculatorConfig {
private var conversionFormatter: NumberFormatter {
let formatter = NumberFormatter()
formatter.numberStyle = .decimal
formatter.maximumFractionDigits = 1
formatter.maximumFractionDigits = 2
return formatter
}

Expand Down

0 comments on commit f5e2668

Please sign in to comment.