diff --git a/frontend/src/pages/admin/ObjectFormPage.tsx b/frontend/src/pages/admin/ObjectFormPage.tsx index e51c5f7..06ec8c3 100644 --- a/frontend/src/pages/admin/ObjectFormPage.tsx +++ b/frontend/src/pages/admin/ObjectFormPage.tsx @@ -122,6 +122,13 @@ export function ObjectFormPage() {
+ Последний раз найден{object.last_seen_location ? `: ${object.last_seen_location}` : ''} ·{' '} + {new Date(object.last_seen_at).toLocaleString('ru-RU', { dateStyle: 'medium', timeStyle: 'short' })} +
+ )} +