Skip to content

Commit

Permalink
fix: Sort by source is inverse (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox authored Oct 11, 2023
1 parent b3d9007 commit f430113
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 f430113

Please sign in to comment.