From fc0cf1f21ada094728051dcb9d8de0ad60b9432f Mon Sep 17 00:00:00 2001 From: Manzoor Wani Date: Thu, 17 Oct 2024 15:32:04 +0530 Subject: [PATCH] Social | Bluesky: Fallback to handle if name is empty --- client/my-sites/marketing/connections/connection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/my-sites/marketing/connections/connection.jsx b/client/my-sites/marketing/connections/connection.jsx index 98d65afff669c..a953a44a21bf4 100644 --- a/client/my-sites/marketing/connections/connection.jsx +++ b/client/my-sites/marketing/connections/connection.jsx @@ -258,7 +258,7 @@ class SharingConnection extends Component { { this.getProfileImage() }
- { this.props.connection.external_display } + { this.props.connection.external_display || this.props.connection.external_name }