diff --git a/landingPages/result/resultLanding.service.ts b/landingPages/result/resultLanding.service.ts index 7ed58bb0..263bba8e 100644 --- a/landingPages/result/resultLanding.service.ts +++ b/landingPages/result/resultLanding.service.ts @@ -320,11 +320,13 @@ export class ResultLandingService { if (this.resultLandingInfo.fos) { this.resultLandingInfo.fos.sort((a, b) => a.id.localeCompare(b.id)); } - this.resultLandingInfo.sdg = subjectResults[4]; - if (this.resultLandingInfo.sdg) { - this.resultLandingInfo.sdg.sort((a, b) => { - return HelperFunctions.sortSDGs(a, b); - }) + if(properties.adminToolsPortalType != "irish") { + this.resultLandingInfo.sdg = subjectResults[4]; + if (this.resultLandingInfo.sdg) { + this.resultLandingInfo.sdg.sort((a, b) => { + return HelperFunctions.sortSDGs(a, b); + }) + } } // if(!this.resultLandingInfo.eoscSubjects) {