This commit is contained in:
Trey t
2023-06-26 09:13:21 -05:00
parent b64ab4de13
commit e16a127579
3 changed files with 17 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ struct ExerciseElement: Codable {
}
}
struct ExerciseExercise: Codable, Hashable {
struct ExerciseExercise: Codable, Hashable, Identifiable {
static func == (lhs: ExerciseExercise, rhs: ExerciseExercise) -> Bool {
lhs.id == rhs.id
}