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
@ -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