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 7aeb2eb + 3a80ee6 commit 825c71fCopy full SHA for 825c71f
client/modules/IDE/components/AddToCollectionList.jsx
@@ -39,7 +39,7 @@ class CollectionList extends React.Component {
39
props.getProject(props.projectId);
40
}
41
42
- this.props.getCollections(this.props.username);
+ this.props.getCollections(this.props.user.username);
43
44
this.state = {
45
hasLoadedData: false
0 commit comments