Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 26, 2021
1 parent ddbb8b4 commit 290ed9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system/footer/shared_2.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ const addTopSystem = function (propGroups) {
}

const sortSystems = function (propGroups) {
// eslint-disable-next-line fp/no-mutating-methods
return propGroups.map(addSortProps).sort(compareSystems)
}

Expand Down

0 comments on commit 290ed9b

Please sign in to comment.