Fix PhotoOGTile props
This commit is contained in:
parent
65e9e8031c
commit
d345f0c374
@ -11,7 +11,7 @@ export default function PhotoShareModal(
|
||||
pathShare={absolutePathForPhoto(props)}
|
||||
socialText="Check out this photo"
|
||||
>
|
||||
<PhotoOGTile photo={props.photo} />
|
||||
<PhotoOGTile {...props} />
|
||||
</ShareModal>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user