clean up text

multistore
Razmig Sarkissian 1 year ago
parent 949db4ab4f
commit aceffcd54f
  1. 2
      PadelClub/Views/Navigation/Umpire/UmpireView.swift

@ -240,7 +240,7 @@ struct AccountRowView: View {
.foregroundStyle(.logoRed)
}
} label: {
Label("Mon compte Padel Club", systemImage: "person.fill")
Label("Mon compte", systemImage: "person.fill")
if dataStore.user.email.isEmpty == false {
Text(dataStore.user.email)
}

Loading…
Cancel
Save