diff --git a/components/community/ContentCard.tsx b/components/community/ContentCard.tsx
index 852cb8c..8310365 100644
--- a/components/community/ContentCard.tsx
+++ b/components/community/ContentCard.tsx
@@ -48,7 +48,7 @@ export default function ContentCard(props: ContentInfoProps) {
{userNickname}
- {createdAt?.split('T')[0]}
+ {createdAt.split('T')[0]}