We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35934d2 commit bda1ef9Copy full SHA for bda1ef9
src/mocks/data/company.ts
@@ -83,9 +83,9 @@ export const MOCK_COMPANY: Company = {
83
advertisementLvl: "max",
84
img: "https://static.sinfo.org/static%2F30-sinfo%2FcompanyLogos%2FCloudFlare-01.webp",
85
stands: [
86
- { id: "13", date: "2025-02-15" },
87
- { id: "13", date: "2025-02-16" },
88
- { id: "13", date: "2025-02-17" },
+ { standId: "13", date: "2025-02-15" },
+ { standId: "13", date: "2025-02-16" },
+ { standId: "13", date: "2025-02-17" },
89
],
90
standDetails: {
91
chairs: 0,
0 commit comments