Skip to content

Commit

Permalink
Concatenate aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Nov 12, 2024
1 parent 697224f commit 20763ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/views/admin/customEmoji/CustomEmoji.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const CustomEmoji = ({ onClick, reload }: CustomEmojiProps) => {
<Box withTruncatedText>{emojis.name}</Box>
</GenericTableCell>
<GenericTableCell color='default'>
<Box withTruncatedText>{emojis.aliases}</Box>
<Box withTruncatedText>{emojis.aliases.join(', ')}</Box>
</GenericTableCell>
</GenericTableRow>
))}
Expand Down

0 comments on commit 20763ac

Please sign in to comment.