|
|
|
|
@ -335,9 +335,9 @@ struct ActivityView: View { |
|
|
|
|
private func _tenupEmptyView() -> some View { |
|
|
|
|
if dataStore.user.hasTenupClubs() == false { |
|
|
|
|
ContentUnavailableView { |
|
|
|
|
Label("Aucun tournoi", systemImage: "shield.slash") |
|
|
|
|
Label("Aucun clubs FFT", systemImage: "shield.slash") |
|
|
|
|
} description: { |
|
|
|
|
Text("Pour voir vos tournois tenup ici, choisissez vos clubs.") |
|
|
|
|
Text("Pour voir vos tournois tenup ici, mettez en favori des clubs FFT.") |
|
|
|
|
} actions: { |
|
|
|
|
RowButtonView("Choisir mes clubs") { |
|
|
|
|
presentClubSearchView = true |
|
|
|
|
|