We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41529a3 + bec257c commit 3a80ee6Copy full SHA for 3a80ee6
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