remove the mysterious zero

This commit is contained in:
Abhinav-grd 2021-08-24 08:52:36 +05:30
parent 1c3bf4777e
commit 411a2a798e

View file

@ -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,
<a