Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 authored Feb 5, 2024
1 parent 8f7ebdd commit 9a5fb88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ function App() {
toTime;
}

let seriesICS = '';
if (eventDetails.extendedProps.rootIcsLink != null) {
seriesICS = (
<a href={eventDetails.extendedProps.rootIcsLink}>Series ICS</a>
);
}
// let seriesICS = '';
// if (eventDetails.extendedProps.rootIcsLink != null) {
// seriesICS = (
// <a href={eventDetails.extendedProps.rootIcsLink}>Series ICS</a>
// );
// }

const extractUrls = (text) => {
const urlPattern = /(?<!href\s*=\s*["'])\bhttps?:\/\/\S+\b/g;
Expand Down

0 comments on commit 9a5fb88

Please sign in to comment.