diff --git a/Yavsc/Views/Shared/_PerformerPartial.cshtml b/Yavsc/Views/Shared/_PerformerPartial.cshtml index 325c5910..ee6a8620 100644 --- a/Yavsc/Views/Shared/_PerformerPartial.cshtml +++ b/Yavsc/Views/Shared/_PerformerPartial.cshtml @@ -18,13 +18,12 @@ } @if (!string.IsNullOrEmpty( - Model.Performer?.DedicatedGoogleCalendar)) + Model.Performer.DedicatedGoogleCalendar)) {
  • @SR["Exposes his Google calendar!"]
  • } - @if (!string.IsNullOrEmpty( - Model.Performer?.GoogleRegId)) + @if (Model.Performer.Devices?.Count>0) {
  • @SR["Uses the mobile application, and receives push notifications"]