diff --git a/client/modules/IDE/components/AddToCollectionList.jsx b/client/modules/IDE/components/AddToCollectionList.jsx index fc5c161fdc..0cb4768c3e 100644 --- a/client/modules/IDE/components/AddToCollectionList.jsx +++ b/client/modules/IDE/components/AddToCollectionList.jsx @@ -39,7 +39,7 @@ class CollectionList extends React.Component { props.getProject(props.projectId); } - this.props.getCollections(this.props.username); + this.props.getCollections(this.props.user.username); this.state = { hasLoadedData: false