diff --git a/src/pages/MeetingRoom.tsx b/src/pages/MeetingRoom.tsx index 19c4398..cccd8cb 100644 --- a/src/pages/MeetingRoom.tsx +++ b/src/pages/MeetingRoom.tsx @@ -617,7 +617,7 @@ function HologramModel({ model, presentationState, isPresenter, onPresentationCh new THREE.Plane(new THREE.Vector3(0, 0, 1), 0.6), // Limite TrĂ¡s (z > -0.6) ]; - let finalPlanes = [...tableLimitPlanes]; + const finalPlanes = [...tableLimitPlanes]; if (sectionEnabled) { const normal = new THREE.Vector3();