missing prop

This commit is contained in:
Belen Curcio
2017-09-19 13:26:04 -03:00
parent b9086244e2
commit 7a74d5ee83
@@ -28,6 +28,7 @@ class CommunityContainer extends Component {
render() {
return <Community
fetchAccounts={this.props.fetchAccounts}
community={this.props.community}
hideRejectUsernameDialog={this.props.hideRejectUsernameDialog}
updateSorting={this.props.updateSorting}