website cleanup
This commit is contained in:
@@ -21,6 +21,10 @@ export class SponsorshipDetailViewModel {
|
||||
status: string = 'active';
|
||||
amount: number = 0;
|
||||
currency: string = 'USD';
|
||||
type: string = 'league';
|
||||
entityName: string = '';
|
||||
price: number = 0;
|
||||
impressions: number = 0;
|
||||
|
||||
/** UI-specific: Formatted amount */
|
||||
get formattedAmount(): string {
|
||||
|
||||
Reference in New Issue
Block a user