Skip to content

Commit

Permalink
Merge pull request #51 from 4bujak-4bujak/feature/meetingroomQA
Browse files Browse the repository at this point in the history
Feature/meetingroom qa
  • Loading branch information
jiohjung98 authored Jun 11, 2024
2 parents 0207a8c + f8ebebb commit 459391d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/map/BranchInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ const BranchInfo: React.FC = () => {
width={500}
height={246}
className="h-[246px] object-cover"
loading="lazy"
/>
<div className="w-[50px] absolute bottom-2 right-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-center">
{currentSlide} / {totalSlides}
Expand All @@ -197,6 +198,7 @@ const BranchInfo: React.FC = () => {
width={500}
height={246}
className="h-[246px] object-cover"
loading="lazy"
/>
<div className="w-[50px] absolute bottom-2 right-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-center">
{currentSlide} / {totalSlides}
Expand Down
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 459391d

Please sign in to comment.