Skip to content

Commit

Permalink
Social | Bluesky: Fallback to handle if name is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Oct 17, 2024
1 parent 5a45738 commit fc0cf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/marketing/connections/connection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class SharingConnection extends Component {
{ this.getProfileImage() }
<div className={ statusClasses }>
<span className="sharing-connection__account-name">
{ this.props.connection.external_display }
{ this.props.connection.external_display || this.props.connection.external_name }
</span>
<SharingConnectionKeyringUserLabel
siteId={ this.props.siteId }
Expand Down

0 comments on commit fc0cf1f

Please sign in to comment.