diff --git a/src/App.jsx b/src/App.jsx index 9a3bd68ed19..d1d8b2d9d95 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -130,12 +130,12 @@ function App() { toTime; } - let seriesICS = ''; - if (eventDetails.extendedProps.rootIcsLink != null) { - seriesICS = ( - Series ICS - ); - } + // let seriesICS = ''; + // if (eventDetails.extendedProps.rootIcsLink != null) { + // seriesICS = ( + // Series ICS + // ); + // } const extractUrls = (text) => { const urlPattern = /(? downloadICSFile()} className="fc-button"> Event ICS -
{seriesICS}
+ {/*
{seriesICS}
*/}

{eventDetails.title}