Skip to content

Commit

Permalink
[FIX] RoomForeword (#19875)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Dec 19, 2020
1 parent 67ea4ec commit cb850a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/RoomForeword.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const RoomForeword = ({ _id: rid }) => {
</Margins>
</Flex.Item>
<Box color='default' fontScale='h1' flexGrow={1}>{t('Direct_message_you_have_joined')}</Box>
<Box is='div' mb='x8' flexGrow={1}>
<Box is='div' mb='x8' flexGrow={1} display='flex' justifyContent='center'>
{usernames.map((username, index) => (
<Margins inline='x4' key={index}>
<Box is='a' href={`/direct/${ username }`}>
Expand Down

0 comments on commit cb850a4

Please sign in to comment.