Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 26, 2021
1 parent 2a98e21 commit ac49fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/system/footer/shared_2.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ const normalizeSystemProps = function ({ dimensions, ...props }) {
}

const getUniquePropNames = function (systems) {
return [...new Set(systems.flatMap(getSystemPropsKeys))]
return [...new Set(systems.flatMap(getPropNames))]
}

const getSystemPropsKeys = function ({ props }) {
const getPropNames = function ({ props }) {
return Object.keys(props)
}

Expand Down

0 comments on commit ac49fde

Please sign in to comment.