Skip to content

Commit 91a8db8

Browse files
Remove timestamp from activity log entry item
Co-authored-by: joaquim.verges <[email protected]>
1 parent 3a44bd7 commit 91a8db8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/tx/[id]/transaction-details-ui.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,6 @@ function ActivityLogEntryItem({
507507
<Badge variant={eventInfo.variant}>{eventInfo.label}</Badge>
508508
</div>
509509
<div className="flex items-center gap-2">
510-
<span className="text-muted-foreground text-xs">
511-
{formatDistanceToNowStrict(new Date(log.createdAt), {
512-
addSuffix: true,
513-
})}
514-
</span>
515510
{isExpanded ? (
516511
<ChevronDownIcon className="h-4 w-4 text-muted-foreground" />
517512
) : (

0 commit comments

Comments
 (0)