diff --git a/.env b/.env index e9e9623..67c1687 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -VITE_API_URL=http://localhost:4002 +# VITE_API_URL=http://localhost:4002 # VITE_API_URL=http://192.168.1.144:4002 # VITE_API_URL=http://194.26.138.94:4002 # VITE_API_URL=https://irthtest.online/api -# VITE_API_URL=https://irth.graff.estate/api \ No newline at end of file +VITE_API_URL=https://irth.graff.estate/api \ No newline at end of file diff --git a/src/components/FloorSelect.tsx b/src/components/FloorSelect.tsx index 6fa679a..d605515 100644 --- a/src/components/FloorSelect.tsx +++ b/src/components/FloorSelect.tsx @@ -722,7 +722,7 @@ function FloorSelect({ : SPECIAL_FLOORS.includes(hoveredFloor) ? hoveredFloor : hoveredFloor.split(" ").at(-1)!)) || - selectedFloor === floorTitle.split(" ").at(-1)!) && + selectedFloor?.split(" ").at(-1) === floorTitle) && "fill-[#00BED7]" )} />