recipient_row: Remove extra whitespace around recipient full name.

Might fix the CI errors due to extra space between `You and` and
the user full name.
This commit is contained in:
Aman Agrawal 2024-07-03 03:52:49 +00:00 committed by Tim Abbott
parent 4b091aafc2
commit 59e9a1ac90
1 changed files with 4 additions and 4 deletions

View File

@ -88,11 +88,11 @@
<span class="private_message_header_icon"><i class="zulip-icon zulip-icon-user"></i></span>
<span class="private_message_header_name">
{{#tr}}You and <z-user-names></z-user-names>
{{#*inline "z-user-names"}}
{{#each recipient_users}}
{{~#*inline "z-user-names"}}
{{~#each recipient_users}}
{{full_name}}{{#if should_add_guest_user_indicator}}&nbsp;<i>({{t 'guest'}})</i>{{/if}}{{#unless @last}},{{/unless}}
{{/each}}
{{/inline}}
{{/each~}}
{{/inline~}}
{{/tr}}
</span>
</a>