diff --git a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx index 07ee51d7f..225b07f75 100644 --- a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx +++ b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx @@ -66,7 +66,6 @@ export default function AdditionalInfoForm({ defaultMessage: "First name", })} name="firstName" - placeholder="Anna" registerOptions={{ required: true }} /> diff --git a/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx b/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx index 9547c390d..253b6c75e 100644 --- a/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx +++ b/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx @@ -85,7 +85,6 @@ export default function FindMyBooking() { defaultMessage: "Booking number", })} name="confirmationNumber" - placeholder="XXXXXX" registerOptions={{ required: true }} />