diff --git a/frontend/src/components/people-list/index.js b/frontend/src/components/people-list/index.js index aa1dea90..f07be5c4 100644 --- a/frontend/src/components/people-list/index.js +++ b/frontend/src/components/people-list/index.js @@ -14,7 +14,7 @@ const buttonStyle = { const People = (props) => { const { - orgUI = {}, + UI = {}, handleToggle, people } = props; @@ -24,7 +24,7 @@ const People = (props) => {