mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed nightshift property not set on Member charts
no issue Nightshift value was not correctly setup on <GhMembersChart> component, so it was always set to false.
This commit is contained in:
parent
b8a79467ae
commit
6f1ea8b018
@ -66,7 +66,7 @@
|
||||
|
||||
{{#if (and this.members this.showingAll)}}
|
||||
<section class="gh-members-chart">
|
||||
<GhMembersChart nightShift={{feature "nightShift"}} />
|
||||
<GhMembersChart @nightShift={{feature "nightShift"}} />
|
||||
</section>
|
||||
{{/if}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user