Add empty states to the lists screen

This commit is contained in:
Paul Frazee
2023-05-05 11:40:56 -05:00
parent 5e723b0821
commit 806e52705d
5 changed files with 236 additions and 226 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export class ListsListModel {
this._xLoading(replace)
try {
let res
if (this.source === 'mine') {
if (this.source === 'blocklists') {
res = await this.rootStore.agent.app.bsky.graph.getListBlocks({
limit: PAGE_SIZE,
cursor: replace ? undefined : this.loadMoreCursor,