Skip to content

Commit

Permalink
fix: 추천 api 기존 오피스 미팅룸 없을 때만 호출
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Jun 11, 2024
1 parent f542de8 commit f8ebebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const handleNear2Office = async () => {
fetchBranchesByDistance(currentBranch!.branchId, params);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [meetingRooms, params]);
}, [meetingRooms]);


return (
Expand Down

0 comments on commit f8ebebb

Please sign in to comment.