|
|
|
@ -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) |
|
|
|
} |
|
|
|
} |
|
|
|
|