Skip to content

Commit

Permalink
hotfix: 별 이동 안 되는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwhdtjr0457 committed Dec 14, 2023
1 parent 9e8eb2a commit 5cd2afd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FE/src/pages/StarPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,6 @@ function StarView({ refetch, pointsRefetch, setHoverData }) {
(diary) => diary.uuid === selected.uuid,
);

clickedPoint = e.point.toArray();

updateDiary({
accessToken: userState.accessToken,
diaryData: {
Expand Down

0 comments on commit 5cd2afd

Please sign in to comment.