Skip to content

Commit c950810

Browse files
Merge pull request #110 from finos/TheJuanAndOnly99-patch-1
Update App.jsx
2 parents 3a6ea59 + 9a5fb88 commit c950810

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/App.jsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ function App() {
130130
toTime;
131131
}
132132

133-
let seriesICS = '';
134-
if (eventDetails.extendedProps.rootIcsLink != null) {
135-
seriesICS = (
136-
<a href={eventDetails.extendedProps.rootIcsLink}>Series ICS</a>
137-
);
138-
}
133+
// let seriesICS = '';
134+
// if (eventDetails.extendedProps.rootIcsLink != null) {
135+
// seriesICS = (
136+
// <a href={eventDetails.extendedProps.rootIcsLink}>Series ICS</a>
137+
// );
138+
// }
139139

140140
const extractUrls = (text) => {
141141
const urlPattern = /(?<!href\s*=\s*["'])\bhttps?:\/\/\S+\b/g;
@@ -175,7 +175,7 @@ function App() {
175175
<button onClick={() => downloadICSFile()} className="fc-button">
176176
Event ICS
177177
</button>
178-
<div>{seriesICS}</div>
178+
{/* <div>{seriesICS}</div> */}
179179
<h2 className="event-title">{eventDetails.title}</h2>
180180
<div className="event-time">
181181
<div className="icon">

0 commit comments

Comments
 (0)