change component appointment
This commit is contained in:
@@ -13,7 +13,7 @@ function AppointmentList({ doctor, loading }) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<ul className="hidden lg:flex w-[38%] flex-col justify-start items-center gap-8">
|
<ul className="hidden lg:flex w-[38%] flex-col justify-start items-center gap-8">
|
||||||
{turns.map(item => (
|
{[turns[0]].map(item => (
|
||||||
<ItemAppointment
|
<ItemAppointment
|
||||||
turn={item}
|
turn={item}
|
||||||
key={item.id}
|
key={item.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user