From c6a0b4ee3096eb53b95de3e6a71828c7dce36889 Mon Sep 17 00:00:00 2001 From: Niclas Edenvin Date: Sat, 3 May 2025 14:51:06 +0000 Subject: [PATCH] Merged in fix/terms-and-conditions-link (pull request #1933) Don't check checkbox when clicking link inside the label * Don't check checkbox when clicking link inside the label --- .../ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx index 911d976f5..e7b12c8fb 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx @@ -114,6 +114,7 @@ export default function Form() { color="peach80" target="_blank" href={bookingTermsAndConditions[lang]} + onClick={(e) => e.stopPropagation()} > {str} @@ -124,6 +125,7 @@ export default function Form() { color="peach80" target="_blank" href={privacyPolicy[lang]} + onClick={(e) => e.stopPropagation()} > {str}