Skip to content

Instantly share code, notes, and snippets.

@amjedidiah
Created December 24, 2020 18:38
Show Gist options
  • Save amjedidiah/68ed9ea0976570ab5da98772f74fcaea to your computer and use it in GitHub Desktop.
Save amjedidiah/68ed9ea0976570ab5da98772f74fcaea to your computer and use it in GitHub Desktop.
const getSelectedUsers = ({ selectedUserIds, usersById }) => {
return selectedUserIds.map((id) => usersById[id]);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment