fix: display organizer location after booking
parent
1929b23ea8
commit
3e4afd6c61
|
@ -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 ? (
|
||||
|
|
Loading…
Reference in New Issue