From 06cc6741e60163e7a4ced08dfb329522ac877f17 Mon Sep 17 00:00:00 2001 From: Stefano Maffeis Date: Fri, 30 Dec 2022 18:52:03 +0100 Subject: [PATCH] Make radio field id unique by adding custom input id to their identifier (#6224) --- apps/web/components/booking/pages/BookingPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index f743d92a15..9025ba53a3 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -809,9 +809,9 @@ const BookingPage = ({ {input.options.map((option, i) => ( ))}