fix: 🐛
This commit is contained in:
parent
c62a82f673
commit
6bc2fde314
5 changed files with 10 additions and 5 deletions
|
|
@ -57,6 +57,7 @@ export function FeedProvider({ children }: { children: React.ReactNode }) {
|
|||
if (feedType === 'following') {
|
||||
return await switchFeed('following', { pubkey })
|
||||
} else {
|
||||
console.log('activeRelaySetId', activeRelaySetId)
|
||||
await switchFeed('relays', { activeRelaySetId })
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue