Skip to content

Commit

Permalink
Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 26, 2021
1 parent b7028f4 commit 3d9aba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/footer/shared_2.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const compareSystems = function (
}
}

return 1
return 0
}

const comparePropEntries = function (propEntryA, propEntryB) {
Expand Down

0 comments on commit 3d9aba4

Please sign in to comment.