From e4ca2088e945fabe1bbd6b9fc121056b0a8b168d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Wed, 28 Aug 2024 15:09:26 +0200 Subject: [PATCH] Removed Refresh button if a post is not emailed --- ghost/admin/app/components/posts/analytics.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/admin/app/components/posts/analytics.hbs b/ghost/admin/app/components/posts/analytics.hbs index 9e57b4e9b7..8033ec7025 100644 --- a/ghost/admin/app/components/posts/analytics.hbs +++ b/ghost/admin/app/components/posts/analytics.hbs @@ -37,6 +37,7 @@ {{#if (feature "publishFlowEndScreen")}}
{{#if (feature "postAnalyticsRefresh")}} + {{#if (or this.post.emailOnly this.post.hasBeenEmailed)}} + {{/if}} {{/if}} {{#unless this.post.emailOnly}}