WIP
This commit is contained in:
@@ -81,4 +81,12 @@ struct Exercise: Identifiable, Codable, Equatable {
|
||||
}
|
||||
return name
|
||||
}
|
||||
|
||||
var spacedMuscleGroups: String {
|
||||
return muscleGroups.replacingOccurrences(of: ",", with: ", ")
|
||||
}
|
||||
|
||||
var spacedEquipmentRequired: String {
|
||||
return equipmentRequired.replacingOccurrences(of: ",", with: ", ")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user