From ae266d5aa007434a8543c8abb78e178fa07fc73a Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Fri, 17 Apr 2026 16:53:26 +0100 Subject: [PATCH] fix: idek anymore --- frontend/src/pages/mii.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/frontend/src/pages/mii.tsx b/frontend/src/pages/mii.tsx index bc58af8..1300219 100644 --- a/frontend/src/pages/mii.tsx +++ b/frontend/src/pages/mii.tsx @@ -1,6 +1,6 @@ import type { SwitchMiiInstructions } from "@tomodachi-share/shared"; -import ImageViewer from "../components/image-viewer"; +// import ImageViewer from "../components/image-viewer"; import LikeButton from "../components/like-button"; import Description from "../components/description"; import ShareMiiButton from "../components/mii/share-mii-button"; @@ -25,7 +25,6 @@ export default function MiiPage() { return res.json(); }) .then((data) => { - console.log("Mii API response:", data); setMii(data); setLoading(false); }) @@ -65,7 +64,7 @@ export default function MiiPage() {
{/* Mii Image */}
- -
) : ( - -
))}