Hide badge on small variant with one image

This commit is contained in:
Eric Bailey
2024-09-04 21:01:43 -05:00
parent a94a57fa01
commit 2681d43e1e
+3
View File
@@ -151,6 +151,9 @@ export function PostEmbeds({
image={image}
onPress={() => _openLightbox(0)}
onPressIn={() => onPressIn(0)}
hideBadge={
viewContext === PostEmbedViewContext.FeedEmbedRecordWithMedia
}
/>
</View>
</ContentHider>