Skip to content

Commit

Permalink
fix(GoalListItem): updatedAt time aligned to left
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVorop committed Oct 17, 2023
1 parent 3138597 commit 2218afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GoalListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export const GoalListItem: React.FC<GoalListItemProps> = React.memo(
))}
</TableCell>

<TableCell col={1} justify="end">
<TableCell col={1}>
<RelatedTextItem>
<RelativeTime date={updatedAt} />
</RelatedTextItem>
Expand Down

0 comments on commit 2218afb

Please sign in to comment.