Add collection access hint to invite screen
This commit is contained in:
@@ -67,6 +67,11 @@ export default class CollectionsStore extends Store<Collection> {
|
||||
});
|
||||
}
|
||||
|
||||
@computed
|
||||
get nonPrivate(): Collection[] {
|
||||
return this.all.filter((collection) => collection.isPrivate);
|
||||
}
|
||||
|
||||
@computed
|
||||
get all(): Collection[] {
|
||||
return sortBy(
|
||||
|
||||
Reference in New Issue
Block a user