import React from 'react'; import Message from '../../components/message'; import { selectTranslations } from '../booking/selectors'; import { useSelector } from 'react-redux'; const NoOptions = () => { const translations = useSelector(selectTranslations); return (
{translations.OPTIONS_FORM.NO_OPTIONS_MESSAGE}