|
|
|
|
@ -15,8 +15,8 @@ struct TournamentView: View { |
|
|
|
|
@State var tournament: Tournament |
|
|
|
|
var presentationContext: PresentationContext = .agenda |
|
|
|
|
|
|
|
|
|
let tournamentSelectionTip = TournamentSelectionTip() |
|
|
|
|
let tournamentRunningTip = TournamentRunningTip() |
|
|
|
|
let tournamentSelectionTip: TournamentSelectionTip = TournamentSelectionTip() |
|
|
|
|
let tournamentRunningTip: TournamentRunningTip = TournamentRunningTip() |
|
|
|
|
|
|
|
|
|
var selectedTournamentId: Binding<String> { Binding( |
|
|
|
|
get: { tournament.id }, |
|
|
|
|
|