Deniz Cengiz 1 year ago
parent
commit
3f4feec8ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Trio/Sources/Modules/CGMSettings/View/CGMRootView.swift

+ 1 - 1
Trio/Sources/Modules/CGMSettings/View/CGMRootView.swift

@@ -13,7 +13,7 @@ extension CGMSettings {
         @State var selectedVerboseHint: AnyView?
         @State var hintLabel: String?
         @State private var decimalPlaceholder: Decimal = 0.0
-        @State private var booleanPlaceholdre: Bool = false
+        @State private var booleanPlaceholder: Bool = false
         @State var showCGMSelection: Bool = false
 
         @Environment(\.colorScheme) var colorScheme