change component appointment

This commit is contained in:
Ehsan
2024-09-15 19:50:50 +03:30
parent f732a495f9
commit c2ea0db6d4
+1 -1
View File
@@ -13,7 +13,7 @@ function AppointmentList({ doctor, loading }) {
return (
<>
<ul className="hidden lg:flex w-[38%] flex-col justify-start items-center gap-8">
{turns.map(item => (
{[turns[0]].map(item => (
<ItemAppointment
turn={item}
key={item.id}