diff --git a/frontend/src/components/Comments/ListComments.tsx b/frontend/src/components/Comments/ListComments.tsx index 03ee695..b7ad782 100644 --- a/frontend/src/components/Comments/ListComments.tsx +++ b/frontend/src/components/Comments/ListComments.tsx @@ -45,7 +45,17 @@ const ListComments = ({ comments, loading, onDelete, currentPage, numPages, onPa 'flex-1 px-4 py-6 h-24 flex divide-x-2 divide-stone-300 items-center overflow-hidden`}> dark:divide-dark-700 overflow-x-auto' } > - +
+
+ {item.author?.fullName || 'Anonymous'} +
+
+ {dataFormatter.dateFormatter(item.created)} +
+
+ {item.content} +
+