corrige l'appercu performer

main
Paul Schneider 10 years ago
parent ca4625a7cf
commit eeae5b893d
1 changed files with 2 additions and 3 deletions

@ -18,13 +18,12 @@
</li>
}
@if (!string.IsNullOrEmpty(
Model.Performer?.DedicatedGoogleCalendar))
Model.Performer.DedicatedGoogleCalendar))
{
<li> @SR["Exposes his Google calendar!"]
</li>
}
@if (!string.IsNullOrEmpty(
Model.Performer?.GoogleRegId))
@if (Model.Performer.Devices?.Count>0)
{
<li> @SR["Uses the mobile application, and receives push notifications"]
</li>

Loading…