This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Commit 8254693
fix(dashboard): Cast last_seen_at to Number for date display
Timestamps stored as strings were rendering as Invalid Date in the
memories list. Explicit Number() cast fixes the display.
Co-Authored-By: Claude <noreply@anthropic.com>
AI-Generated: true1 parent 80f5fb6 commit 8254693
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments