mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Updates
This commit is contained in:
@ -96,7 +96,10 @@ const AccountAttachments = React.memo(
|
||||
item.media_attachments[0]?.url,
|
||||
remote: item.media_attachments[0]?.remote_url
|
||||
}}
|
||||
blurhash={item.media_attachments[0].blurhash}
|
||||
blurhash={
|
||||
item.media_attachments[0] &&
|
||||
(item.media_attachments[0].blurhash || undefined)
|
||||
}
|
||||
dimension={{ width: width, height: width }}
|
||||
style={{ marginLeft: StyleConstants.Spacing.Global.PagePadding }}
|
||||
onPress={() => {
|
||||
|
Reference in New Issue
Block a user