Commit 29310fb
committed
fix: use same timestamp pattern as Timing Information card
- Remove custom timestamp handling with 'Z' suffix logic
- Follow exact same pattern as createdAt/confirmedAt in Timing Information card
- Use new Date(log.timestamp) directly like other timestamp displays
- Fixes '55 days ago' timestamp display issue1 parent 707076d commit 29310fb
File tree
1 file changed
+2
-8
lines changed- apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/tx/[id]
1 file changed
+2
-8
lines changedLines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | 420 | | |
427 | 421 | | |
428 | 422 | | |
| |||
457 | 451 | | |
458 | 452 | | |
459 | 453 | | |
460 | | - | |
| 454 | + | |
461 | 455 | | |
462 | 456 | | |
463 | 457 | | |
| |||
487 | 481 | | |
488 | 482 | | |
489 | 483 | | |
490 | | - | |
| 484 | + | |
491 | 485 | | |
492 | 486 | | |
493 | 487 | | |
| |||
0 commit comments