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;