handel filter clinic and added changenumber function

This commit is contained in:
Arezoo
2025-10-21 13:31:44 +03:30
parent e8754fda35
commit 2cbf96ec6f
14 changed files with 171 additions and 72 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ async function Clinic({ params: { slug } }) {
return (
<Layout>
<ClinicPage data={clinic} doctors={doctors} />
<ClinicPage data={clinic} doctors={doctors} slug={slug} />
</Layout>
);
}