From 1953305b197e33ce905e83076acff84fb01ee23b Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:55:03 +0300 Subject: frontend: fix return to game button --- frontend/src/pages/Maps.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'frontend/src/pages/Maps.tsx') diff --git a/frontend/src/pages/Maps.tsx b/frontend/src/pages/Maps.tsx index 9862cbb..915b5f8 100644 --- a/frontend/src/pages/Maps.tsx +++ b/frontend/src/pages/Maps.tsx @@ -9,7 +9,6 @@ import ModMenu from '../components/ModMenu'; import { MapDiscussions, MapLeaderboard, MapSummary } from '../types/Map'; import { API } from '../api/Api'; import "../css/Maps.css"; -import Loading from '../components/Loading'; interface MapProps { token?: string; @@ -67,7 +66,7 @@ const Maps: React.FC = ({ token, isModerator }) => { - +
); } @@ -83,7 +82,7 @@ const Maps: React.FC = ({ token, isModerator }) => {
- +
{mapSummaryData.map.map_name}
-- cgit v1.2.3