virtual
This commit is contained in:
@@ -27,7 +27,7 @@ const VirtualTourWrapper = ({ appartment }: VirtualTourWrapperProps) => {
|
||||
|
||||
useEffect(() => {
|
||||
setSelectedSphere(appartment.spheres[0]);
|
||||
}, []);
|
||||
}, [appartment.spheres, setSelectedSphere]);
|
||||
|
||||
return (
|
||||
<Suspense
|
||||
|
||||
Reference in New Issue
Block a user