Skip to content

Commit

Permalink
For real this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersonjdNIH authored Dec 6, 2022
1 parent b5cce0a commit f8abdd7
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 f8abdd7

Please sign in to comment.