send city and state matched by domain in first request page /doctors, send data from field home page with key name, add link for name of doctor in /doctors page and active redirect linke to doctor item page
This commit is contained in:
@@ -20,7 +20,7 @@ function RedirectLink({ data }) {
|
||||
if (specialtyItem) {
|
||||
filters.specialty = specialtyItem.name;
|
||||
} else {
|
||||
filters.search = data.search;
|
||||
filters.name = data.search;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user