Fix openCamera, openCropped, lightbox model, and image model usages (#1908)
This commit is contained in:
@@ -94,7 +94,7 @@ const LightboxFooter = observer(function LightboxFooter({
|
||||
altText = opts.images[imageIndex].alt || ''
|
||||
} else if (lightbox.name === 'profile-image') {
|
||||
const opts = lightbox as models.ProfileImageLightbox
|
||||
uri = opts.profileView.avatar || ''
|
||||
uri = opts.profile.avatar || ''
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user