fix: show '— No report yet' for assets without dex_report_date

This commit is contained in:
2026-05-23 18:46:58 -04:00
parent 6016f6a5e6
commit a305766d65
5 changed files with 9 additions and 30 deletions
+1
View File
@@ -3813,6 +3813,7 @@
df('Category', catLabel(a.category)),
df('Make', a.make),
df('Model', a.model),
df('Last Dex Report', a.dex_report_date || '— No report yet', true),
].filter(Boolean).join('');