File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -130,12 +130,12 @@ function App() {
130
130
toTime ;
131
131
}
132
132
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
+ // }
139
139
140
140
const extractUrls = ( text ) => {
141
141
const urlPattern = / (?< ! h r e f \s * = \s * [ " ' ] ) \b h t t p s ? : \/ \/ \S + \b / g;
@@ -175,7 +175,7 @@ function App() {
175
175
< button onClick = { ( ) => downloadICSFile ( ) } className = "fc-button" >
176
176
Event ICS
177
177
</ button >
178
- < div > { seriesICS } </ div >
178
+ { /* <div>{seriesICS}</div> */ }
179
179
< h2 className = "event-title" > { eventDetails . title } </ h2 >
180
180
< div className = "event-time" >
181
181
< div className = "icon" >
You can’t perform that action at this time.
0 commit comments