diff --git a/ui/app/[[...slug]]/page.tsx b/ui/app/[[...slug]]/page.tsx index 46f0cac72..832b771f0 100644 --- a/ui/app/[[...slug]]/page.tsx +++ b/ui/app/[[...slug]]/page.tsx @@ -129,7 +129,7 @@ export default function Home({ const host = typeof window !== 'undefined' ? window.location.host : ''; const { noc, sport, type } = getParams(); - if(type !== DEFAULT_EVENT_TYPE) { + if (type !== DEFAULT_EVENT_TYPE) { return `http://${host}/api/data/${language}/${sport}/${type}.ics`; } @@ -319,6 +319,7 @@ export default function Home({