diff --git a/client/src/core/client/admin/test/fixtures.ts b/client/src/core/client/admin/test/fixtures.ts index 6c07e261db..fe5283f553 100644 --- a/client/src/core/client/admin/test/fixtures.ts +++ b/client/src/core/client/admin/test/fixtures.ts @@ -851,6 +851,7 @@ export const dsaReports = createFixtures([ additionalInformation: "The additional information supporting why that law is alleged to have been broken", history: [], + relatedReports: { edges: [], pageInfo: { hasNextPage: false } }, }, { id: "dsa-report-2", @@ -869,6 +870,7 @@ export const dsaReports = createFixtures([ "A detailed explanation of why it is a violation of Law number 2", }, history: [], + relatedReports: { edges: [], pageInfo: { hasNextPage: false } }, }, ]);