diff --git a/src/components/NotificationItem/NotificationItem.tsx b/src/components/NotificationItem/NotificationItem.tsx index 518bd654..c64bb4aa 100644 --- a/src/components/NotificationItem/NotificationItem.tsx +++ b/src/components/NotificationItem/NotificationItem.tsx @@ -1,6 +1,7 @@ import { Flex } from '@components/shared/Flex'; import { Text } from '@components/shared/Text'; +import { convertUTCToKoreanTime } from '@utils/convertUTCToKoreanTime'; import { createdAtToString } from '@utils/createdAtToString'; import { @@ -37,7 +38,7 @@ const NotificationItem = ({ {title} - {createdAtToString(createdAt)} + {createdAtToString(new Date(convertUTCToKoreanTime(createdAt)))} {!read && }