mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed broken activity filter empty state
This commit is contained in:
parent
ea2bbef4c1
commit
abc11a8028
@ -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…
Reference in New Issue
Block a user