Skip to content

Commit

Permalink
Merge branch 'main' of github.com:island-is/island.is into j-s/limite…
Browse files Browse the repository at this point in the history
…d-access-files
  • Loading branch information
oddsson committed Sep 4, 2024
2 parents 2280ab9 + b8c0447 commit 339048d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const sectionApplicationFor = (allowBELicense = false) =>
disabled:
!currentLicense ||
age < 18 ||
age >= 65 ||
categories?.some((c) => c.nr.toUpperCase() === 'BE') ||
// validToCode === 8 is temporary license and should not be applicable for BE
!categories?.some(
Expand Down

0 comments on commit 339048d

Please sign in to comment.