Fixes proprof
This commit is contained in:
parent
6fef0044ee
commit
1905086155
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace Yavsc.Models.Workflow
|
|||
|
||||
[NotMapped]
|
||||
public bool DoesBlog { get {
|
||||
return Performer.Posts?.Count > 0 ;
|
||||
return Performer?.Posts?.Count > 0 ;
|
||||
} }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue