🐛 Fixed member activity feed not showing in dashboard

no issue

- when switching from the user-specific `feature.launchComplete` flag to the global `settings.editorIsLaunchComplete` there was a missed replacement of `feature`->`settings` in the dashboard logic for showing the members activity feed
This commit is contained in:
Kevin Ansfield 2021-11-08 16:44:07 +00:00
parent 7829ea149d
commit f505caa034

View File

@ -287,7 +287,7 @@
</div>
{{/if}}
{{#unless (and this.session.user.isOwnerOnly (not this.feature.editorIsLaunchComplete))}}
{{#unless (and this.session.user.isOwnerOnly (not this.settings.editorIsLaunchComplete))}}
<div class="gh-dashboard-box grey activity-feed">
<h4 class="gh-dashboard-header">Activity feed</h4>
<div class="content">