diff --git a/src/components/map/BranchInfo.tsx b/src/components/map/BranchInfo.tsx index 25918b3..417445f 100644 --- a/src/components/map/BranchInfo.tsx +++ b/src/components/map/BranchInfo.tsx @@ -185,6 +185,7 @@ const BranchInfo: React.FC = () => { width={500} height={246} className="h-[246px] object-cover" + loading="lazy" />
{currentSlide} / {totalSlides} @@ -197,6 +198,7 @@ const BranchInfo: React.FC = () => { width={500} height={246} className="h-[246px] object-cover" + loading="lazy" />
{currentSlide} / {totalSlides} diff --git a/src/components/reservation/meetingRoom/MeetingRoomIndex.tsx b/src/components/reservation/meetingRoom/MeetingRoomIndex.tsx index a7a29f7..822788f 100644 --- a/src/components/reservation/meetingRoom/MeetingRoomIndex.tsx +++ b/src/components/reservation/meetingRoom/MeetingRoomIndex.tsx @@ -371,7 +371,7 @@ const handleNear2Office = async () => { fetchBranchesByDistance(currentBranch!.branchId, params); } // eslint-disable-next-line react-hooks/exhaustive-deps - }, [meetingRooms, params]); + }, [meetingRooms]); return (