优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user