diff --git a/frontend/src/components/admin/content/ContentFactoryDashboard.tsx b/frontend/src/components/admin/content/ContentFactoryDashboard.tsx index 6433665..3db765a 100644 --- a/frontend/src/components/admin/content/ContentFactoryDashboard.tsx +++ b/frontend/src/components/admin/content/ContentFactoryDashboard.tsx @@ -231,7 +231,7 @@ export default function ContentFactoryDashboard() { [{new Date(log.date_created || '').toLocaleTimeString()}]{' '} {(log.action || 'INFO').toUpperCase()}{' '} {log.entity_type} #{log.entity_id}{' '} - - {log.details ? log.details.substring(0, 50) : ''}... + - {typeof log.details === 'string' ? log.details.substring(0, 50) : JSON.stringify(log.details || '').substring(0, 50)}... )) : (