add first open time for appo item and change component data, remove work time in location, add loading on links in page doctor list, fix bug search city and state in clinics page
This commit is contained in:
@@ -22,9 +22,9 @@ function AppointmentList({ doctors, loading }) {
|
||||
border-solid bottom-0 right-0 w-full p-4 flex items-center justify-between"
|
||||
>
|
||||
<p className="text-[#05BA58] text-[11px] font-normal">
|
||||
اولین نوبت آزاد: {doctors[0]?.free_turn}
|
||||
اولین نوبت آزاد: {doctors && doctors[0]?.free_turn}
|
||||
</p>
|
||||
<Link href={`/appointment/${doctors[0]?.id}`}>
|
||||
<Link href={`/appointment/${doctors && doctors[0]?.id}`}>
|
||||
<Button
|
||||
variant="contained"
|
||||
className="!py-2 !px-4 gap-1 !text-[14px] !font-medium"
|
||||
|
||||
Reference in New Issue
Block a user