title change emaildelete

This commit is contained in:
Arezoo
2025-10-18 11:36:30 +03:30
parent 4ff3f9c075
commit 7bf3f415fd
3 changed files with 8 additions and 7 deletions
@@ -8,7 +8,6 @@ function Detail({ data }) {
detail={`ساعت کاری: ${data.hours_of_work}`}
/>
<ContentDetail head="تلفن: " detail={`${data.phone_number}`} />
<ContentDetail head="ایمیل:" detail={data.email} />
<ContentDetail head="آدرس: " detail={data.location} />
</ul>
);
+1 -1
View File
@@ -10,7 +10,7 @@ import Tabs from "@/app/component/Tabs";
const listTab = ["درباره کلینیک", "اطلاعات تماس", "پزشک ها"];
function ClinicPage({ data, doctors }) {
const [value, setValue] = useState(2);
const [value, setValue] = useState(0);
const handleChange = (_, newValue) => setValue(newValue);
const Components = [