wip
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user