From 92437c8e8943f86aa9e017afeaf45a8e52e3e129 Mon Sep 17 00:00:00 2001 From: SHENGXING LU Date: Mon, 3 Nov 2025 20:31:22 +0100 Subject: [PATCH] mini change --- src/app/offerings/featured/featured.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,