From bf2f7daaebad3eae6811091a5437953572c1f679 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 28 Apr 2026 08:37:57 +0200 Subject: [PATCH] Fix: Wrap ternary else-branch in Fragment for SelectedImage Co-Authored-By: Claude Opus 4.6 (1M context) --- studio-v2/app/learn/[unitId]/match/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/studio-v2/app/learn/[unitId]/match/page.tsx b/studio-v2/app/learn/[unitId]/match/page.tsx index d3ee469..e21b5d2 100644 --- a/studio-v2/app/learn/[unitId]/match/page.tsx +++ b/studio-v2/app/learn/[unitId]/match/page.tsx @@ -172,6 +172,7 @@ export default function MatchPage() { ) : ( + <>
{/* Left: English */}
@@ -212,6 +213,7 @@ export default function MatchPage() { {/* Image preview for selected word */} + )} )