diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 878e6eb..66c6353 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -400,6 +400,38 @@ function App() { zIndex: 2, }} > +
+ +
{matchList.map((match, index) => { const isSelected = index === selectedMatch; return (