Add feedgens tab to profile (#1889)
This commit is contained in:
parent
b04748e703
commit
9fca7b3af6
5 changed files with 296 additions and 34 deletions
|
@ -24,7 +24,7 @@ export function useProfileExtraInfoQuery(did: string) {
|
|||
])
|
||||
return {
|
||||
hasLists: listsRes.data.lists.length > 0,
|
||||
hasFeeds: feedsRes.data.feeds.length > 0,
|
||||
hasFeedgens: feedsRes.data.feeds.length > 0,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue