fix: 🐛
This commit is contained in:
parent
9a643a09ab
commit
a555293e2f
2 changed files with 7 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ export function FeedProvider({ children }: { children: React.ReactNode }) {
|
|||
}
|
||||
|
||||
init()
|
||||
}, [pubkey, feedTypeRef])
|
||||
}, [pubkey])
|
||||
|
||||
const switchFeed = async (
|
||||
feedType: TFeedType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue