Skip to content

Commit 6775370

Browse files
authored
Merge branch 'develop' into refactor/redux-toolkit
2 parents e4ad158 + 3a80ee6 commit 6775370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/AddToCollectionList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CollectionList extends React.Component {
3939
props.getProject(props.projectId);
4040
}
4141

42-
this.props.getCollections(this.props.username);
42+
this.props.getCollections(this.props.user.username);
4343

4444
this.state = {
4545
hasLoadedData: false

0 commit comments

Comments
 (0)