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)