Skip to content

Commit

Permalink
Merge pull request microsoft#151 from NIHGOV/jp-reverse-orgs
Browse files Browse the repository at this point in the history
For real this time.
  • Loading branch information
petersonjdNIH authored Dec 6, 2022
2 parents a051a2b + f8abdd7 commit 47164c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ block content

- var currentPriority = ''
- var oom = overview && overview.organizations ? overview.organizations.in : []
each o in Array.prototype.reverse(oom)
each o in oom.reverse()
div.link-box
a(href=o.name + onboardingPostfixUrl)
h2: strong= o.name
Expand Down

0 comments on commit 47164c7

Please sign in to comment.