We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25d33a5 + 7fb528a commit 1821ae7Copy full SHA for 1821ae7
src/shared/containers/Profile.jsx
@@ -20,7 +20,7 @@ class ProfileContainer extends React.Component {
20
meta,
21
} = this.props;
22
23
- loadProfile(handleParam, _.join(_.get(meta, 'groupIds', [])));
+ loadProfile(handleParam, _.get(meta, 'groupIds', []));
24
}
25
26
componentWillReceiveProps(nextProps) {
@@ -32,7 +32,7 @@ class ProfileContainer extends React.Component {
32
} = nextProps;
33
34
if (handleParam !== profileForHandle) {
35
36
37
38
0 commit comments