오류 확인
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
yoon 2025-03-25 17:56:35 +09:00
parent 6abb6a532b
commit 041a69a173

View File

@ -540,7 +540,7 @@ const handleUpdate = async () => {
//
const convertAddressToCoordinates = () => {
if (!window.kakao || !window.kakao.maps) {
if (typeof window.kakao === 'undefined' || typeof window.kakao.maps === 'undefined') {
return;
}