0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed logic for displaying recent mentions dashboard widget

refs https://github.com/TryGhost/Team/issues/2481
This commit is contained in:
Djordje Vlaisavljevic 2023-02-28 10:15:08 +00:00
parent acf2ab2d22
commit 0f925dde8c

View file

@ -73,7 +73,9 @@
<div class="gh-dashboard-recents-mentions {{if (feature 'webmentions') "gh-dashboard-split"}}">
<Dashboard::Charts::Recents />
<Dashboard::Charts::Mentions />
{{#if (feature 'webmentions')}}
<Dashboard::Charts::Mentions />
{{/if}}
</div>
<div class="gh-dashboard-split gh-dashboard-box is-secondary">