From 53337bad0623a5f32c87d760bc03efb3cfe4eab6 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:06:15 +0300 Subject: feat/frontend: remove map select from upload run dialog (#239) --- frontend/src/App.tsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'frontend/src/App.tsx') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index e4bde75..a02779b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -66,12 +66,6 @@ const App: React.FC = () => { _fetch_games(); }, []); - if (!games) { - return ( - <> - ) - }; - return ( <> { -- cgit v1.2.3