fixing and styleing
This commit is contained in:
@@ -14,7 +14,10 @@ export interface Subcategory {
|
||||
visible: boolean;
|
||||
priority: number;
|
||||
img?: string;
|
||||
/** Root-level category this subcategory belongs to */
|
||||
categoryId: string;
|
||||
/** Direct parent ID — could be a category ID or a parent subcategory ID */
|
||||
parentId?: string;
|
||||
itemCount?: number;
|
||||
subcategories?: Subcategory[];
|
||||
hasItems?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user