Skip to content

Commit

Permalink
chore(frontend): remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Nov 24, 2024
1 parent 26262f0 commit 8c3fe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/components/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ export const ReviewItemDisplay = (props: {
<Group justify="space-between">
<Flex align="center" gap="sm">
<Avatar color="cyan" radius="xl">
{getInitials(props.review.postedBy?.name || "")}{" "}
{getInitials(props.review.postedBy?.name || "")}
</Avatar>
<Box>
<Text>{props.review.postedBy?.name}</Text>
Expand Down

0 comments on commit 8c3fe9c

Please sign in to comment.