This commit is contained in:
@@ -150,7 +150,7 @@ function renderProfileLink(detail) {
|
||||
link.classList.add("hidden");
|
||||
return;
|
||||
}
|
||||
link.href = `/?section=carProfile&car_id=${detail.vehicle.id}`;
|
||||
link.href = `/car_profile.html?car_id=${detail.vehicle.id}`;
|
||||
link.classList.remove("hidden");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user