change texts

This commit is contained in:
hamid zarghami
2026-02-07 15:45:21 +03:30
parent 2096ae6046
commit f9308b470a
16 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ function MarkerWithAutoOpen({ position, icon, title }: { position: [number, numb
const markerRef = React.useRef<L.Marker>(null);
useEffect(() => {
if (markerRef.current && title === 'موقعیت رستوران') {
if (markerRef.current && title === 'موقعیت فروشگاه') {
markerRef.current.openPopup();
}
}, [title]);