From 00854f025510a8efcfccafc6a1f453d2d3061ee1 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Mon, 25 May 2026 11:17:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20melhoria=20no=20s?= =?UTF-8?q?nap=20e=20medi=C3=A7=C3=A3o=20AR=20em=2025/05/2026=2011:17:05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MeetingRoom.tsx | 2 +- src/pages/Viewer.tsx | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/MeetingRoom.tsx b/src/pages/MeetingRoom.tsx index b684240..319a596 100644 --- a/src/pages/MeetingRoom.tsx +++ b/src/pages/MeetingRoom.tsx @@ -1376,7 +1376,7 @@ export default function MeetingRoom() {
{/* Seletor Eixo */}
- {['x', 'y', 'z'].map((ax) => ( + {(['x', 'y', 'z'] as const).map((ax) => (