This commit is contained in:
2024-06-21 18:19:41 +05:00
parent 22e04fd927
commit b1bd436ab7
17 changed files with 273 additions and 184 deletions
@@ -27,7 +27,7 @@ const VirtualTourWrapper = ({ appartment }: VirtualTourWrapperProps) => {
useEffect(() => {
setSelectedSphere(appartment.spheres[0]);
}, []);
}, [appartment.spheres, setSelectedSphere]);
return (
<Suspense