Skip to content

Commit

Permalink
Merge pull request #276 from boostcampwm2023/refactor/268-fe-refactor
Browse files Browse the repository at this point in the history
[Hotfix] 별 이동 안 되는 문제 수정
  • Loading branch information
dbwhdtjr0457 authored Dec 14, 2023
2 parents b4c3b94 + 5cd2afd commit 957caae
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 957caae

Please sign in to comment.