diff --git a/src/components/home/AvailableRoom.tsx b/src/components/home/AvailableRoom.tsx
index af78a4e..7f8daa9 100644
--- a/src/components/home/AvailableRoom.tsx
+++ b/src/components/home/AvailableRoom.tsx
@@ -7,7 +7,7 @@ import { getAllAvailableCount } from './remote/mainReservation';
import { useRouter } from 'next/router';
import { getSelectedOfficeInfo } from '@/api/map/getSelectedOffice';
import { useBranchStore2 } from '@/store/reserve.store';
-
+import Image from 'next/image';
const AvailableRoom = () => {
const router = useRouter();
const queryClient = useQueryClient();
@@ -41,7 +41,7 @@ const AvailableRoom = () => {
if (data.data) {
setReservedBranch(data?.data, Date.now());
router.push({
- pathname: '/reservation',
+ pathname: '/reservation'
});
}
} catch (error) {
@@ -69,7 +69,7 @@ const AvailableRoom = () => {
]);
setCurrentTime(format(new Date(), 'HH:mm'));
}}>
-
+