fix: 🐛

This commit is contained in:
codytseng
2025-02-10 00:05:42 +08:00
parent 9a643a09ab
commit a555293e2f
2 changed files with 7 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ export function FeedProvider({ children }: { children: React.ReactNode }) {
}
init()
}, [pubkey, feedTypeRef])
}, [pubkey])
const switchFeed = async (
feedType: TFeedType,