diff --git a/src/components/home/HomeFeed.tsx b/src/components/home/HomeFeed.tsx index 150c4c63..82768543 100644 --- a/src/components/home/HomeFeed.tsx +++ b/src/components/home/HomeFeed.tsx @@ -36,11 +36,13 @@ const PostCard = ({ post, keyword, comment, + createdAt, }: { character?: CharacterEntity post: ExpandedNote keyword?: string comment?: string + createdAt?: string }) => { const router = useRouter() const { t } = useTranslation("common") @@ -67,10 +69,10 @@ const PostCard = ({ } />