Fixes proprof

This commit is contained in:
2017-01-15 19:49:17 +01:00
parent e022ff8749
commit 07fb66784f

View File

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