Skip to content

Commit bda1ef9

Browse files
committed
Update MOCK_COMPANY data structure to use 'standId' instead of 'id' for stands
1 parent 35934d2 commit bda1ef9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mocks/data/company.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ export const MOCK_COMPANY: Company = {
8383
advertisementLvl: "max",
8484
img: "https://static.sinfo.org/static%2F30-sinfo%2FcompanyLogos%2FCloudFlare-01.webp",
8585
stands: [
86-
{ id: "13", date: "2025-02-15" },
87-
{ id: "13", date: "2025-02-16" },
88-
{ id: "13", date: "2025-02-17" },
86+
{ standId: "13", date: "2025-02-15" },
87+
{ standId: "13", date: "2025-02-16" },
88+
{ standId: "13", date: "2025-02-17" },
8989
],
9090
standDetails: {
9191
chairs: 0,

0 commit comments

Comments
 (0)