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}`}
|
||||
|
||||
@ -118,9 +118,7 @@ export function ShowPageSummaryCard({
|
||||
<OverflowingTextWithTooltip text={title} />
|
||||
)}
|
||||
</StyledTitle>
|
||||
<StyledDate id={dateElementId}>
|
||||
Added {beautifiedCreatedAt} ago
|
||||
</StyledDate>
|
||||
<StyledDate id={dateElementId}>Added {beautifiedCreatedAt}</StyledDate>
|
||||
<StyledTooltip
|
||||
anchorSelect={`#${dateElementId}`}
|
||||
content={exactCreatedAt}
|
||||
|
||||
Reference in New Issue
Block a user