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) .foregroundStyle(.logoRed)
} }
} label: { } label: {
Label("Mon compte Padel Club", systemImage: "person.fill") Label("Mon compte", systemImage: "person.fill")
if dataStore.user.email.isEmpty == false { if dataStore.user.email.isEmpty == false {
Text(dataStore.user.email) Text(dataStore.user.email)
} }

Loading…
Cancel
Save