Fix locations listing in v2 (#4062)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
4051-replace-loading-box-with-our-animated-calcom-logo
Hariom Balhara 2022-08-31 17:41:36 +05:30 committed by GitHub
parent e17c463890
commit bb0ff5503a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -190,7 +190,9 @@ export const EventSetupTab = (
className="h-6 w-6"
alt={`${eventLocationType.label} logo`}
/>
<span className="text-sm ltr:ml-2 rtl:mr-2">{eventLocationType.label}</span>
<span className="text-sm ltr:ml-2 rtl:mr-2">
{location[eventLocationType.defaultValueVariable] || eventLocationType.label}
</span>
</div>
<div className="flex">
<button