diff --git a/app/src/components/three/Shelter3D.tsx b/app/src/components/three/Shelter3D.tsx index 04d7538..7988fa8 100644 --- a/app/src/components/three/Shelter3D.tsx +++ b/app/src/components/three/Shelter3D.tsx @@ -34,7 +34,7 @@ function ShelterModel({ openingPos, backRange, numColumns = 2, - windAngle: _windAngle = 0, + windAngle = 0, viewMode, }: Shelter3DProps) { const isElevation = viewMode === 'elevation';