fix: display organizer location after booking

fix/organizer-location
Udit Takkar 2023-10-26 01:03:59 +05:30
parent 1929b23ea8
commit 3e4afd6c61
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export const ComponentForField = ({
throw new Error("Field optionsInputs is not defined");
}
const options = field.options.map((field) => {
return { ...field, value: field.value === "inPerson" ? field.label : field.value };
return { ...field, value: field.value };
});
return field.options.length ? (