import styles from './dateOptionLabel.module.css'; export default function ({ range }) { return (
{ range && range.start.format('ll') }
-
{ range && range.end.format('ll') }
); }