From 1adbadb6eb80e63b30aebdd2bec64c645cd58402 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 16 Feb 2026 19:53:43 +0000 Subject: [PATCH] ibid --- frontend/src/App.tsx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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 (