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:
Rish 2021-02-11 20:54:34 +05:30
parent b8a79467ae
commit 6f1ea8b018

View File

@ -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}}