diff --git a/src/App.js b/src/App.js index 8c4e8b1..e3e6721 100644 --- a/src/App.js +++ b/src/App.js @@ -114,7 +114,7 @@ function App() { return dates.map(date => { const path = `/${lang}/radio/fielddays/${date}`; const mdPath = `Radio/fielddays/${lang}/${date}.md`; - return } />; + return } />; }); }).flat();