This commit is contained in:
abhinav-grd 2021-09-10 13:16:50 +05:30
parent a71a8e4d96
commit 55b1746f3d

View file

@ -268,7 +268,6 @@ function PhotoSwipe(props: Iprops) {
);
if (img) {
exifr.parse(img).then(function (exifData) {
console.log(exifData);
if (!exifData) {
return;
}