Fix profile icon on custom feeds (#11408)
Co-authored-by: DS Boyce <260543580+ds-boyce@users.noreply.github.com>
This commit is contained in:
@@ -193,7 +193,7 @@ export function FeedSourceCardLoaded({
|
||||
)
|
||||
}
|
||||
to={{
|
||||
screen: feed.type === 'feed' ? 'ProfileFeed' : 'ProfileList',
|
||||
screen: feed.type === 'feed' ? 'CustomFeed' : 'ProfileList',
|
||||
params: {name: feed.creatorDid, rkey: new AtUri(feed.uri).rkey},
|
||||
}}
|
||||
style={[
|
||||
|
||||
Reference in New Issue
Block a user