set cilinic working time
This commit is contained in:
@@ -5,7 +5,7 @@ function Detail({ data }) {
|
||||
<ul className="flex flex-col items-start justify-start gap-[16px]">
|
||||
<ContentDetail
|
||||
head="روزهای کاری: "
|
||||
detail={`ساعت کاری: ${data.hours_of_work}`}
|
||||
detail={` ${data.field_working_days}`}
|
||||
/>
|
||||
<ContentDetail head="تلفن: " detail={`${data.phone_number}`} />
|
||||
<ContentDetail head="آدرس: " detail={data.location} />
|
||||
|
||||
Reference in New Issue
Block a user