Skip to content

Commit

Permalink
fix: Sort by source is inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Oct 10, 2023
1 parent b3d9007 commit 6192cf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class AffiliationsSortService {
Number(AffiliationsSortService.isSelfAsserted(b, orcid))
)
})
if (!ascending) {
if (ascending) {
affiliationGroup.reverse()
}
}
Expand Down

0 comments on commit 6192cf6

Please sign in to comment.