Fixes proprof

vnext
Paul Schneider 8 years ago
parent e022ff8749
commit 07fb66784f
1 changed files with 1 additions and 1 deletions

@ -51,7 +51,7 @@ namespace Yavsc.Models.Workflow
[NotMapped] [NotMapped]
public bool DoesBlog { get { public bool DoesBlog { get {
return Performer.Posts?.Count > 0 ; return Performer?.Posts?.Count > 0 ;
} } } }
} }

Loading…