diff --git a/components/history-item.tsx b/components/history-item.tsx index 77683c1f..e8d776bb 100644 --- a/components/history-item.tsx +++ b/components/history-item.tsx @@ -58,7 +58,7 @@ const HistoryItem: FC = (props) => { data.content && `${CONTENT_TYPE_LINKS[data.content.data_type]}/${data.content.slug}` } - createdAt={data.created} + createdAt={data.updated} image={ data.content?.data_type === 'anime' ? data.content?.image