feat: add importance property to category breakdown and update team stats structure
This commit is contained in:
@@ -23,6 +23,7 @@ interface CategoryBreakdownProps {
|
||||
id: string;
|
||||
name: string;
|
||||
icon?: string;
|
||||
importance: "incontournable" | "majeure" | "standard";
|
||||
}>;
|
||||
}>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user