diff --git a/src/app/offerings/featured/featured.component.ts b/src/app/offerings/featured/featured.component.ts index 10005d89..d5e6f61d 100644 --- a/src/app/offerings/featured/featured.component.ts +++ b/src/app/offerings/featured/featured.component.ts @@ -12,7 +12,7 @@ import { ApiServiceService } from 'src/app/services/product-service.service'; styleUrl: './featured.component.css' }) export class FeaturedComponent implements OnInit { - categories:any[]=[]; + categories:any[]= []; constructor( private eventMessage: EventMessageService,