Dont show save button in embed cards

This commit is contained in:
Paul Frazee 2023-05-17 14:34:37 -05:00
parent fb03bbf288
commit 4e56d24a9d
3 changed files with 24 additions and 16 deletions

View file

@ -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 />