Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Oct 20, 2023
1 parent 660538c commit 1f773e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Feed/Socialize/CommentLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function CommentLine({ commentRef }: CommentLineProps) {
const nonNullMentions = useMemo(() => removeNullValues(comment.mentions), [comment.mentions]);

return (
<HStack inline key={comment.dbid} gap={4} justify="center">
<HStack inline key={comment.dbid} gap={4} >
{comment.commenter && (
<StyledUsernameWrapper>
<UserHoverCard userRef={comment.commenter}>
Expand Down

0 comments on commit 1f773e5

Please sign in to comment.