diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index cf7e7a35..b76714fe 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -109,9 +109,13 @@ const Header: React.FC = ({ )} {memori.needsPosition && position && (
- - {position.placeName} - + {position.latitude !== 0 && + position.longitude !== 0 && + position.placeName !== 'Position' && ( + + {position.placeName} + + )}
+ {showGpsButton && ( + {showUncertainty && (