This commit is contained in:
Azmat@qq.com
2026-09-07 11:08:12 +08:00
parent 141112cea5
commit dde0a67b1c
+1 -1
View File
@@ -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;