WIP
parent
8143816c18
commit
d07c57a339
|
@ -722,9 +722,7 @@ const BookingPage = ({
|
|||
)}
|
||||
</div>
|
||||
)}
|
||||
{eventType.customInputs
|
||||
.sort((a, b) => a.id - b.id)
|
||||
.map((input) => (
|
||||
{eventType.customInputs.map((input) => (
|
||||
<div className="mb-4" key={input.id}>
|
||||
{input.type !== EventTypeCustomInputType.BOOL && (
|
||||
<label
|
||||
|
|
Loading…
Reference in New Issue