mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix crashes
This commit is contained in:
@ -37,7 +37,7 @@ const TimelineAvatar = React.memo(
|
||||
})
|
||||
})}
|
||||
onPress={onPress}
|
||||
uri={{ original: account.avatar, static: account.avatar_static }}
|
||||
uri={{ original: account?.avatar, static: account?.avatar_static }}
|
||||
dimension={{
|
||||
width: StyleConstants.Avatar.M,
|
||||
height: StyleConstants.Avatar.M
|
||||
|
Reference in New Issue
Block a user