Change default year to 2024

This commit is contained in:
Vencislav Atanasov 2024-09-30 23:53:00 +03:00
parent d48b5d05d4
commit bea290a5e6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export default function ScheduleChooser() {
const conferences = useMemo(() => Array.isArray(data) ? data.sort(sorter('start_date')) : data, [data]);
const [ year, setYear ] = useState(2023);
const [ year, setYear ] = useState(2024);
const [ lang, setLang ] = useState('bg');
return (<>