Skip to content

Commit

Permalink
Merge pull request microsoft#150 from NIHGOV/jp-reverse-orgs
Browse files Browse the repository at this point in the history
Reversed Org List Sort Order
  • Loading branch information
petersonjdNIH authored Dec 6, 2022
2 parents 3be75b3 + b5cce0a commit a051a2b
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 oom
each o in Array.prototype.reverse(oom)
div.link-box
a(href=o.name + onboardingPostfixUrl)
h2: strong= o.name
Expand Down

0 comments on commit a051a2b

Please sign in to comment.