From e3f3220245ff4747193b7141b306016f2d93f07a Mon Sep 17 00:00:00 2001 From: Clippii Date: Tue, 23 Jun 2026 04:01:19 +0100 Subject: [PATCH] slop --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index b7d061b..29e5cc7 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -5364,7 +5364,7 @@ function TournamentListColumn({ column, navigate, highlight, onHover }) { {column.matches.map((match) => { const traced = traceClass(teamsOf(match), highlight) return ( -
+
)