x-team / x-map

MIT License
8 stars 3 forks source link

Refactor usage of data from usersReducer #198

Open jedrzej opened 8 years ago

jedrzej commented 8 years ago

Returned object stores both visibility flag AND users in its properties. On ProfilesPage we iterate through all its properties to show list of profiles assuming that only users are stored in the properties, so MiniProfile component gets the visibility flag instead of user object.