diff --git a/app/stores/CollectionsStore.ts b/app/stores/CollectionsStore.ts index ea4fbc26b..beeb08385 100644 --- a/app/stores/CollectionsStore.ts +++ b/app/stores/CollectionsStore.ts @@ -152,7 +152,7 @@ export default class CollectionsStore extends BaseStore { }; if (this.isLoaded) { - this.data.forEach((collection) => { + this.orderedData.forEach((collection) => { root.children.push( subtree({ data: {