From 9854a7f913071ff90ee43a77bcc1f9d0d674f289 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Thu, 14 May 2026 19:27:05 +0000
Subject: [PATCH] Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
---
src/components/three/ModelViewer.tsx | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/components/three/ModelViewer.tsx b/src/components/three/ModelViewer.tsx
index f18e8ce..6043ff7 100644
--- a/src/components/three/ModelViewer.tsx
+++ b/src/components/three/ModelViewer.tsx
@@ -139,12 +139,6 @@ function GLBModel({ sceneModel, isActive }: { sceneModel: SceneModel; isActive:
scale={[s, s, s]}
>
- {isActive && (
-
-
-
-
- )}
);