From 409377476d5107190b774cd1ee28e9ab1d89a03a Mon Sep 17 00:00:00 2001
From: James Morris <moreofmorris@users.noreply.github.com>
Date: Wed, 26 Oct 2022 18:20:02 +0100
Subject: [PATCH] Fixed the dash bug next to the events in the table

refs https://github.com/TryGhost/Team/issues/2172
---
 ghost/admin/app/components/posts/post-activity-feed.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghost/admin/app/components/posts/post-activity-feed.hbs b/ghost/admin/app/components/posts/post-activity-feed.hbs
index 3429fd2070..3992c2852c 100644
--- a/ghost/admin/app/components/posts/post-activity-feed.hbs
+++ b/ghost/admin/app/components/posts/post-activity-feed.hbs
@@ -53,7 +53,7 @@
                                 <span class="gh-dashboard-list-subtext">
                                     <span class="gh-members-activity-description">
                                         <span class="gh-members-activity-event-text">{{capitalize-first-letter parsedEvent.action}}</span>
-                                        {{#if parsedEvent.url}}
+                                        {{#if parsedEvent.description}}
                                             <span class="gh-members-activity-event-dash">–</span>
                                             <a class="ghost-members-activity-object-link" href="{{parsedEvent.url}}" target="_blank" rel="noopener noreferrer">{{parsedEvent.description}}</a>
                                         {{/if}}