Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lient into comment/#138
  • Loading branch information
Brokyeom committed Jul 21, 2022
2 parents dd7bcd6 + 49bd064 commit 6285093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/community/ContentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function ContentCard(props: ContentInfoProps) {
<StWriteInfo>
<span>{userNickname}</span>
<IcDot />
<span>{createdAt?.split('T')[0]}</span>
<span>{createdAt.split('T')[0]}</span>
</StWriteInfo>
<StReplyInfo>
<IcHeart />
Expand Down

0 comments on commit 6285093

Please sign in to comment.