Dont show save button in embed cards
This commit is contained in:
parent
fb03bbf288
commit
4e56d24a9d
3 changed files with 24 additions and 16 deletions
|
@ -189,7 +189,7 @@ export const ProfileScreen = withAuthRequired(
|
|||
<FeedSlice slice={item} ignoreMuteFor={uiState.profile.did} />
|
||||
)
|
||||
} else if (item instanceof CustomFeedModel) {
|
||||
return <CustomFeed item={item} showLikes />
|
||||
return <CustomFeed item={item} showSaveBtn showLikes />
|
||||
}
|
||||
}
|
||||
return <View />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue