Skip to content

Commit 0696af1

Browse files
committed
Hide ECE Assistant pathway
1 parent 6ad5272 commit 0696af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ApplicationCardList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default defineComponent({
172172
// If the user does not have ECE assistant, or all the ECE assistant certifications have been expired for more than 5 years, show the ECE assistant pathway
173173
const eceAssistantCertifications = this.certifications.filter((certification) => isEceAssistant(certification));
174174
175-
return eceAssistantCertifications.length === 0 || eceAssistantCertifications.every((certification) => expiredMoreThan5Years(certification));
175+
return eceAssistantCertifications.length === 0;
176176
},
177177
showEceOneYearPathway() {
178178
// If the user does not have ECE one year, or all the ECE one year certifications have been expired for more than 5 years, show the ECE one year pathway

0 commit comments

Comments
 (0)