Fix PhotoOGTile props

This commit is contained in:
Sam Becker 2025-02-05 19:46:30 -06:00
parent 65e9e8031c
commit d345f0c374

View File

@ -11,7 +11,7 @@ export default function PhotoShareModal(
pathShare={absolutePathForPhoto(props)}
socialText="Check out this photo"
>
<PhotoOGTile photo={props.photo} />
<PhotoOGTile {...props} />
</ShareModal>
);
}