Fix: create time (#1250)
* change date strings * remove additional suffix * fix tests --------- Co-authored-by: corentin <corentin@twenty.com>
This commit is contained in:
committed by
GitHub
parent
2e01efb8f3
commit
587c74667c
@ -144,7 +144,7 @@ export function TimelineActivity({ activity }: OwnProps) {
|
||||
created a {activity.type.toLowerCase()}
|
||||
</StyledItemTitleContainer>
|
||||
<StyledItemTitleDate id={`id-${activity.id}`}>
|
||||
{beautifiedCreatedAt} ago
|
||||
{beautifiedCreatedAt}
|
||||
</StyledItemTitleDate>
|
||||
<StyledTooltip
|
||||
anchorSelect={`#id-${activity.id}`}
|
||||
|
||||
Reference in New Issue
Block a user