Skip to content

Commit

Permalink
Fix spacing in message search results
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Oct 19, 2021
1 parent 1e1828c commit 2f00710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/components/conversationList/MessageSearchResult.tsx
Expand Up @@ -159,9 +159,9 @@ export const MessageSearchResult: FunctionComponent<PropsType> = React.memo(
// This isn't perfect because (1) it doesn't work with RTL languages (2)
// capitalization may be incorrect for some languages, like English.
headerName = (
<>
<span>
{renderPerson(i18n, from)} {i18n('toJoiner')} {renderPerson(i18n, to)}
</>
</span>
);
}

Expand Down

0 comments on commit 2f00710

Please sign in to comment.