Skip to content

Commit b514c53

Browse files
committed
Fixed Add to Collections
1 parent 3846302 commit b514c53

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)