env var tweaks (#7457)
* add new events * Discard changes to package.json * Discard changes to src/lib/constants.ts * Discard changes to src/state/feed-feedback.tsx * Discard changes to yarn.lock * remove unused event
This commit is contained in:
@@ -120,7 +120,7 @@ export function useSuggestedFollowsByActorQuery({
|
||||
const suggestions = res.data.isFallback
|
||||
? []
|
||||
: res.data.suggestions.filter(profile => !profile.viewer?.following)
|
||||
return {suggestions}
|
||||
return {suggestions, recId: res.data.recId}
|
||||
},
|
||||
enabled,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user