change function and design page doctors & signin & signup & home & specialties & helper
This commit is contained in:
@@ -9,6 +9,8 @@ const degree = ["پزشک عمومی", "پزشک متخصص", "پزشک فوق
|
||||
function Content({ data, setData }) {
|
||||
const router = useRouter();
|
||||
const { parentList, childrenList } = filterList(data);
|
||||
console.log('parentList', parentList);
|
||||
|
||||
|
||||
const changeUrl = (value) => {
|
||||
const current = new URLSearchParams(window.location.search);
|
||||
|
||||
Reference in New Issue
Block a user