mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed broken activity filter empty state
This commit is contained in:
parent
ea2bbef4c1
commit
abc11a8028
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
{{else}}
|
||||
{{#unless eventsFetcher.isLoading}}
|
||||
<MembersActivity::NoEvents @filter={{this.filter}} />
|
||||
<MembersActivity::NoEvents @filter={{or this.member this.excludedEvents}} />
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue