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

Loading…