Conversation
🌐 Web preview readyPreview URL: https://audius-web-preview-pr-14029.audius.workers.dev Unique preview for this PR (deployed from this branch). |
ec0dd3b to
b3e41aa
Compare
|
| return useQuery({ | ||
| queryKey: ['fan-club-feed', mint, walletConnected], | ||
| queryFn: async () => { | ||
| // The SDK automatically includes Solana wallet headers if auth() was called, |
There was a problem hiding this comment.
Heads up going t I wait till tomorrow to do some testing to avoid indexing halts
|
|
||
| {/* Fan Club Feed (text posts) */} | ||
| {coin && feedItems && feedItems.length > 0 && ( | ||
| <div className='card'> |
f6c4737 to
7b7d020
Compare
No description provided.