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.
1 parent 3846302 commit b514c53Copy full SHA for b514c53
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