Skip to content

Commit

Permalink
Merge: Feat/#13
Browse files Browse the repository at this point in the history
  • Loading branch information
yugyeongh committed Feb 15, 2024
1 parent e312869 commit 3fffc26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/LibraryMarkup.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ function LibraryMarkup({ currentMyLocation, map, isbn }) { //NaverMap에서 isbn
}, []);

useEffect(() => {
// libraries에는 latitude, longitude, libName, libCode만 있음

if (!loading && currentMyLocation) {
libraries.forEach(loc => {
const marker = new window.naver.maps.Marker({
Expand Down

0 comments on commit 3fffc26

Please sign in to comment.