diff --git a/apps/scandic-web/components/GuestsRoomsPicker/Form.tsx b/apps/scandic-web/components/GuestsRoomsPicker/Form.tsx index 1927afe7f..5659b8397 100644 --- a/apps/scandic-web/components/GuestsRoomsPicker/Form.tsx +++ b/apps/scandic-web/components/GuestsRoomsPicker/Form.tsx @@ -4,8 +4,6 @@ import { useCallback, useEffect } from "react" import { useFormContext, useWatch } from "react-hook-form" import { useIntl } from "react-intl" -import { env } from "@/env/client" - import { CloseLargeIcon, ErrorCircleIcon, @@ -118,15 +116,15 @@ export default function GuestsRoomsPickerDialog({ {addRoomLabel} - {addRoomDisabledText ? ( - - - {addRoomDisabledText} - - ) : null} + {addRoomDisabledText ? ( + + + {addRoomDisabledText} + + ) : null} )}