From 4dd315f21f2c204be71ef1859aa2412233420517 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:09:09 +0400 Subject: feat/frontend: tidy up records view on mobile (#283) --- frontend/src/pages/Maplist.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/pages/Maplist.tsx') diff --git a/frontend/src/pages/Maplist.tsx b/frontend/src/pages/Maplist.tsx index 76f9a52..bda24cd 100644 --- a/frontend/src/pages/Maplist.tsx +++ b/frontend/src/pages/Maplist.tsx @@ -63,7 +63,6 @@ const Maplist: React.FC = () => { const _fetch_game = async () => { const games = await API.get_games(); const foundGame = games.find((game) => game.id === gameId); - // console.log(foundGame) if (foundGame) { setGame(foundGame); setLoad(false); -- cgit v1.2.3