change api file and design poster
This commit is contained in:
@@ -11,7 +11,7 @@ import cities from "@/data/city.json";
|
||||
function DoctorsPage({ matchedCity, matchedState, list }) {
|
||||
const searchParams = useSearchParams();
|
||||
const [page, setPage] = useState(list?.page?.currentPage);
|
||||
const [doctors, setDoctors] = useState(list.data);
|
||||
const [doctors, setDoctors] = useState(list?.data);
|
||||
const fieldName = searchParams.get("specialty");
|
||||
|
||||
const findItem = (key, name) =>
|
||||
|
||||
Reference in New Issue
Block a user