Jon Mårtensson 4 лет назад
Родитель
Сommit
cf730fb137
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      FreeAPS/Sources/Views/TagCloudView.swift

+ 1 - 2
FreeAPS/Sources/Views/TagCloudView.swift

@@ -51,7 +51,6 @@ struct TagCloudView: View {
 
     private func item(for textTag: String) -> some View {
         var colorOfTag: Color {
-            
             switch textTag {
             case textTag where textTag.contains("Not Floating"):
                 return .loopYellow
@@ -64,7 +63,7 @@ struct TagCloudView: View {
             case textTag where textTag.contains("Parabolic Fit"):
                 return .loopRed
             case textTag where textTag.contains("TDD:"),
-                 textTag where textTag.contains("formula."),
+                 textTag where textTag.contains("Formula:"),
                  textTag where textTag.contains("AF:"),
                  textTag where textTag.contains("Dynamic "):
                 return .zt