From 507f5d028ef9ac51c14e6a0b3781738b6d7a5599 Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:19:11 +0000 Subject: [PATCH] Setup Wizard Not Pulling Timezone (#3677) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nitesh Singh Co-authored-by: gitstart Co-authored-by: Matheus Benini Co-authored-by: Grace Nshokano Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: gitstart Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> Co-authored-by: Júlio Piubello da Silva Cabral Co-authored-by: Matheus Muniz Co-authored-by: Justine Nakitto Co-authored-by: gitstart Co-authored-by: Nitesh Singh Co-authored-by: Matheus Benini Co-authored-by: Grace Nshokano Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: gitstart Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> Co-authored-by: Júlio Piubello da Silva Cabral Co-authored-by: Matheus Muniz Co-authored-by: Justine Nakitto Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- apps/web/pages/getting-started.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/getting-started.tsx b/apps/web/pages/getting-started.tsx index 5a0c7bdbf2..cf17ef320b 100644 --- a/apps/web/pages/getting-started.tsx +++ b/apps/web/pages/getting-started.tsx @@ -150,7 +150,7 @@ export default function Onboarding(props: inferSSRProps(null); /** End Name */ /** TimeZone */ - const [selectedTimeZone, setSelectedTimeZone] = useState(user.timeZone ?? dayjs.tz.guess()); + const [selectedTimeZone, setSelectedTimeZone] = useState(dayjs.tz.guess()); /** End TimeZone */ /** Onboarding Steps */