From dde0a67b1c3f16926b0db5088b1418992fdd87cc Mon Sep 17 00:00:00 2001 From: "Azmat@qq.com" Date: Mon, 7 Sep 2026 11:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/routes/account.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/routes/account.tsx b/core/frontend/src/routes/account.tsx index d7dff0f..0a569c7 100644 --- a/core/frontend/src/routes/account.tsx +++ b/core/frontend/src/routes/account.tsx @@ -136,7 +136,7 @@ function ContactRechargeModal({ open, close }: { open: boolean; close: () => voi ); } -export function AccountPage({ billing, projects: _projects, team, onRecharge: _onRecharge, onNotify: _onNotify }: { +export function AccountPage({ billing, projects: _projects, team, onRecharge: _onRecharge, onNotify }: { billing: BillingSummary | null; projects: Project[]; team?: Team | null;