Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Nov 8, 2024
1 parent e6b03cd commit 8eb224a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ENGAGEHF/HeartHealth/SelectionTypes/SymptomsType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum SymptomsType: String, CaseIterable, Identifiable, CustomStringConvertible,
case .physical: "Physical"
case .social: "Social"
case .quality: "Quality"
case .specific: "Specific"
case .specific: "Symptoms"
case .dizziness: "Dizziness"
}
}
Expand All @@ -44,7 +44,7 @@ enum SymptomsType: String, CaseIterable, Identifiable, CustomStringConvertible,
case .physical: "Physical Limits Score"
case .social: "Social Limits Score"
case .quality: "Quality of Life Score"
case .specific: "Specific Symptoms Score"
case .specific: "Symptom Frequency Score"
case .dizziness: "Dizziness Score"
}
}
Expand Down
1 change: 1 addition & 0 deletions ENGAGEHF/SharedExtensions/Account+Binding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import SpeziViews
import SwiftUI

extension Account {
// TODO: Talk to Andreas about putting this into SpeziAccount.
@MainActor
func detailsBinding<Key: AccountKey>(
for key: Key.Type,
Expand Down

0 comments on commit 8eb224a

Please sign in to comment.