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
parent
e17c463890
commit
bb0ff5503a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue