change component appointment
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user