From 44f971b1c2a5de2bcb11b82ef15ec90c99694f57 Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Wed, 25 Feb 2026 16:42:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=80=E6=9C=9F=E7=90=83=E5=B1=80=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main_pages/components/MyselfPageContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_pages/components/MyselfPageContent.tsx b/src/main_pages/components/MyselfPageContent.tsx index a92e38d..4bfae5a 100644 --- a/src/main_pages/components/MyselfPageContent.tsx +++ b/src/main_pages/components/MyselfPageContent.tsx @@ -82,7 +82,7 @@ const MyselfPageContent: React.FC = ({ const end_time_str = end_time.replace(/\s/, "T"); new Date(end_time_str).getTime() > now ? notEndGames.push(game) - : finishedGames.push(game); + : finishedGames.unshift(game); } console.log("notEndGames", notEndGames);