fix displayStyle

multistore
Razmig Sarkissian 1 year ago
parent 66468d2a56
commit 5efbff8ba1
  1. 2
      PadelClub/Data/Round.swift

@ -371,7 +371,7 @@ class Round: ModelObject, Storable {
if parent != nil {
return seedInterval()?.localizedLabel(displayStyle) ?? "Pas trouvé"
}
return RoundRule.roundName(fromRoundIndex: index)
return RoundRule.roundName(fromRoundIndex: index, displayStyle: displayStyle)
}
func updateTournamentState() {

Loading…
Cancel
Save