From d867631aee174c27111eef36cf05c4077ad0c2f3 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Thu, 22 Apr 2021 18:03:52 +0000 Subject: [PATCH] Combine different timezones to condense the list a little bit. Fixes https://github.com/calendso/calendso/issues/80 --- pages/settings/profile.tsx | 523 +++++-------------------------------- 1 file changed, 64 insertions(+), 459 deletions(-) diff --git a/pages/settings/profile.tsx b/pages/settings/profile.tsx index eeb0a020..5f65c69a 100644 --- a/pages/settings/profile.tsx +++ b/pages/settings/profile.tsx @@ -97,501 +97,106 @@ export default function Settings(props) {
@@ -667,4 +272,4 @@ export async function getServerSideProps(context) { return { props: {user}, // will be passed to the page component as props } -} \ No newline at end of file +}