polscm32 1 год назад
Родитель
Сommit
9c3e96f79a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Trio/Sources/Modules/PumpConfig/View/PumpConfigRootView.swift

+ 1 - 1
Trio/Sources/Modules/PumpConfig/View/PumpConfigRootView.swift

@@ -24,7 +24,7 @@ extension PumpConfig {
                     Section(
                         header: Text("Pump Integration to Trio"),
                         content: {
-                            if bluetoothManager.bluetoothAuthorization != .authorize d{
+                            if bluetoothManager.bluetoothAuthorization != .authorized {
                                 HStack {
                                     Image(systemName: "exclamationmark.triangle.fill")
                                         .foregroundStyle(.red)