Hmm, I don\'t see my omission, but I get a blank page with a console error saying:
Users.js:9 Uncaught TypeError: Cannot read property \'filter\' of undefined
I think that you are trying to filter the atribute, and not the list. Try to change this:
this.props.list.friend.filter
to this:
this.props.list.filter