Skip to content

Commit

Permalink
fix(RulesTable): RHICOMPL-961 - Correct typo and fix sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Dec 17, 2020
1 parent 0e485c1 commit 8803890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inventory-compliance/src/SystemRulesTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class SystemRulesTable extends React.Component {
)

severitySorting = (property, rules, direction) => (
orderByArray(rules, property, [ 'high', 'medium', 'low', 'unkown' ], direction)
orderByArray(rules, property, [ 'high', 'medium', 'low', 'unknown' ], direction)
)

getSorter = (property) => {
Expand Down

0 comments on commit 8803890

Please sign in to comment.