Fix lens photo share url
This commit is contained in:
parent
ec4ba74829
commit
ed9aad1d39
@ -445,9 +445,15 @@ export default function PhotoLarge({
|
||||
<ShareButton
|
||||
tooltip="Share Photo"
|
||||
photo={photo}
|
||||
tag={shouldShareTag ? primaryTag : undefined}
|
||||
camera={shouldShareCamera ? camera : undefined}
|
||||
lens={shouldShareLens ? lens : undefined}
|
||||
tag={shouldShareTag
|
||||
? primaryTag
|
||||
: undefined}
|
||||
camera={shouldShareCamera
|
||||
? camera
|
||||
: undefined}
|
||||
lens={shouldShareLens
|
||||
? lens
|
||||
: undefined}
|
||||
film={shouldShareFilm
|
||||
? photo.film
|
||||
: undefined}
|
||||
|
||||
@ -28,10 +28,11 @@ export default function ShareModals() {
|
||||
if (photo) {
|
||||
return <PhotoShareModal {...{
|
||||
photo,
|
||||
tag,
|
||||
camera,
|
||||
film,
|
||||
lens,
|
||||
tag,
|
||||
recipe,
|
||||
film,
|
||||
focal,
|
||||
}} />;
|
||||
} else if (photos) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user