Skip to content

Commit cee8536

Browse files
committed
chore: convert comment date to Kore
1 parent b821988 commit cee8536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/list/CommentHtml.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function CommentHtml({ commentData, innerRef }: CommentProps) {
4141
<div>
4242
<Text fz='sm'>{v?.member?.nickname}</Text>
4343
<Text fz='xs' c='dimmed'>
44-
{toTSXString(v?.createdAt)}
44+
{toKorDateTime(`${v?.createdAt}`)}
4545
</Text>
4646
</div>
4747
</Group>

0 commit comments

Comments
 (0)