diff --git a/src/components/PhotoSwipe/PhotoSwipe.tsx b/src/components/PhotoSwipe/PhotoSwipe.tsx index c54f01261..09e97d5eb 100644 --- a/src/components/PhotoSwipe/PhotoSwipe.tsx +++ b/src/components/PhotoSwipe/PhotoSwipe.tsx @@ -417,8 +417,8 @@ function PhotoSwipe(props: Iprops) { constants.UPDATED_ON, formatDateTime(metadata.modificationTime / 1000) )} - {metadata?.longitude && - metadata?.longitude && + {metadata?.longitude > 0 && + metadata?.longitude > 0 && renderInfoItem( constants.LOCATION,