diff --git a/src/explore-education-statistics-frontend/src/modules/find-statistics/PreReleaseAccessListPage.tsx b/src/explore-education-statistics-frontend/src/modules/find-statistics/PreReleaseAccessListPage.tsx index 029cf8666be..c7cd79d2582 100644 --- a/src/explore-education-statistics-frontend/src/modules/find-statistics/PreReleaseAccessListPage.tsx +++ b/src/explore-education-statistics-frontend/src/modules/find-statistics/PreReleaseAccessListPage.tsx @@ -22,9 +22,7 @@ const PreReleaseAccessListPage = ({ release }: Props) => { { name: 'Find statistics and data', link: '/find-statistics' }, { name: release.publication.title, - link: release.latestRelease - ? `/find-statistics/${release.publication.slug}` - : `/find-statistics/${release.publication.slug}/${release.slug}`, + link: `/find-statistics/${release.publication.slug}/${release.slug}`, }, ]} breadcrumbLabel="Pre-release access list" diff --git a/src/explore-education-statistics-frontend/src/modules/find-statistics/PublicationReleasePage.tsx b/src/explore-education-statistics-frontend/src/modules/find-statistics/PublicationReleasePage.tsx index dc2da6a4a37..0445a93165a 100644 --- a/src/explore-education-statistics-frontend/src/modules/find-statistics/PublicationReleasePage.tsx +++ b/src/explore-education-statistics-frontend/src/modules/find-statistics/PublicationReleasePage.tsx @@ -126,7 +126,7 @@ const PublicationReleasePage: NextPage = ({ release }) => { View latest data:{' '} @@ -295,11 +295,7 @@ const PublicationReleasePage: NextPage = ({ release }) => {
  • Data guidance @@ -308,11 +304,7 @@ const PublicationReleasePage: NextPage = ({ release }) => { {release.hasPreReleaseAccessList && (
  • Pre-release access list diff --git a/src/explore-education-statistics-frontend/src/modules/find-statistics/ReleaseDataGuidancePage.tsx b/src/explore-education-statistics-frontend/src/modules/find-statistics/ReleaseDataGuidancePage.tsx index 0530d8ba6e6..3b04a186623 100644 --- a/src/explore-education-statistics-frontend/src/modules/find-statistics/ReleaseDataGuidancePage.tsx +++ b/src/explore-education-statistics-frontend/src/modules/find-statistics/ReleaseDataGuidancePage.tsx @@ -20,9 +20,7 @@ const ReleaseDataGuidancePage = ({ release }: Props) => { { name: 'Find statistics and data', link: '/find-statistics' }, { name: release.publication.title, - link: release.latestRelease - ? `/find-statistics/${release.publication.slug}` - : `/find-statistics/${release.publication.slug}/${release.slug}`, + link: `/find-statistics/${release.publication.slug}/${release.slug}`, }, ]} breadcrumbLabel="Data guidance"