upd
This commit is contained in:
@@ -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
|
||||
VITE_API_URL=https://irth.graff.estate/api
|
||||
@@ -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]"
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user