Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
code-beast committed Oct 8, 2019
2 parents ac7914b + 5928f28 commit 4e0eb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/collections-flyout/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default Component.extend({
defaultCollection = collection;
}

return collection.type === 'normal';
return collection.type !== 'default';
});

return defaultCollection ? [defaultCollection, ...normalCollections] : normalCollections;
Expand Down

0 comments on commit 4e0eb1d

Please sign in to comment.