From bb0ff5503a61b53e04e3d14ac25ac65d67f19fce Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Wed, 31 Aug 2022 17:41:36 +0530 Subject: [PATCH] Fix locations listing in v2 (#4062) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- apps/web/components/v2/eventtype/EventSetupTab.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/components/v2/eventtype/EventSetupTab.tsx b/apps/web/components/v2/eventtype/EventSetupTab.tsx index 539a1451a5..b8665e0cd5 100644 --- a/apps/web/components/v2/eventtype/EventSetupTab.tsx +++ b/apps/web/components/v2/eventtype/EventSetupTab.tsx @@ -190,7 +190,9 @@ export const EventSetupTab = ( className="h-6 w-6" alt={`${eventLocationType.label} logo`} /> - {eventLocationType.label} + + {location[eventLocationType.defaultValueVariable] || eventLocationType.label} +