Skip to content

Commit

Permalink
fix: hide comma when is no necessary (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncomerci authored Mar 14, 2024
1 parent 8f43161 commit e06e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Comments/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ export default function Comment({
<Text className="Comment__ExtraInfo" weight="bold" as="span">
{formatter(extraInfo.vp)} VP
</Text>
,
</>
)}
,
<DateTooltip date={Time(createdAt).toDate()}>
<Text color="secondary" as="span">
{Time.from(createdAt).fromNow()}
Expand Down

0 comments on commit e06e8fe

Please sign in to comment.