refactor: simplify free turn display in appointment components
This commit is contained in:
@@ -18,7 +18,7 @@ function AppointmentList({ doctor, loading }) {
|
||||
border-solid bottom-0 right-0 w-full p-4 flex items-center justify-between"
|
||||
>
|
||||
<p className="text-[#05BA58] text-[11px] font-normal">
|
||||
اولین نوبت آزاد: {doctor && doctor?.free_turn}
|
||||
{doctor && doctor?.free_turn}
|
||||
</p>
|
||||
<Link href={`/appointment/${doctor && doctor?.id}`}>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user