From 85fd10758e17e4f4be942d87fc04cf909cd481e8 Mon Sep 17 00:00:00 2001 From: kyuuseiryuu Date: Wed, 28 Jan 2026 17:07:33 +0900 Subject: [PATCH] style(ProfilePage) --- src/page/ProfilePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/ProfilePage.tsx b/src/page/ProfilePage.tsx index c783457..9390b4a 100644 --- a/src/page/ProfilePage.tsx +++ b/src/page/ProfilePage.tsx @@ -90,7 +90,7 @@ export default function ProfilePage() { {profile?.username} 姓名:{profile?.realname} 积分:{profile?.score} - + { ([profile?.province, profile?.sex, profile?.bg ?? '', ...(profile?.allCities ?? [])] as React.ReactNode[]) .filter(Boolean)