From f50b4166f57a6e3ae1e49095d239654b946c337c Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Thu, 16 Feb 2023 10:49:46 +0530 Subject: [PATCH] Update apps/web/components/booking/pages/BookingPage.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Omar López --- apps/web/components/booking/pages/BookingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index ffecebbca8..e263d984e5 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -112,7 +112,7 @@ const BookingFields = ({ } // Dynamically populate location field options - if (field.name === SystemField.Enum.location && field.type == "radioInput") { + if (field.name === SystemField.Enum.location && field.type === "radioInput") { if (!field.optionsInputs) { throw new Error("radioInput must have optionsInputs"); }