We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d335c32 commit 5c69c47Copy full SHA for 5c69c47
src/app/components/main-layout/result/result-title.tsx
@@ -14,6 +14,7 @@ export function ResultTitle({dateTime}: {dateTime: string}) {
14
// 클라이언트 렌더링 중에는 서울 시간대로 렌더링 했다가 클라이언트 시간대로 변경
15
timeZone: isClient? undefined : "Asia/Seoul",
16
}).format(new Date(dateTime)) + "에 완료된 설문에 대한 추천 - 와인 시커"
17
+ // eslint-disable-next-line react-hooks/exhaustive-deps
18
}, [])
19
20
return (
0 commit comments