add loading for redirect button from home to doctors page && change filter for field search in name or specialty and set in url && fix bug select city in home page
This commit is contained in:
@@ -28,9 +28,8 @@ function ItemUser({ update, setUpdate, data }) {
|
||||
|
||||
try {
|
||||
const res = await request.postCommentsLike(body);
|
||||
console.log(res);
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
// err
|
||||
} finally {
|
||||
if (type === "like") setLoadingLike(false);
|
||||
else setLoadingDislike(false);
|
||||
|
||||
Reference in New Issue
Block a user