fix
This commit is contained in:
@@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => {
|
||||
|
||||
const handleOnKnowMoreButton = () => {
|
||||
setModal(null);
|
||||
navigate(`en/villa/${villa.type}`);
|
||||
navigate(`../en/villa/${villa.type}`);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user