This commit is contained in:
2024-05-23 17:57:01 +05:00
parent dd0c976485
commit 9b37e6a3a2
+1 -1
View File
@@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => {
const handleOnKnowMoreButton = () => {
setModal(null);
navigate(`/villa/${villa.type}`);
navigate(`../villa/${villa.type}`);
};
return (