diff --git a/studio-v2/components/learn/FlashCard.tsx b/studio-v2/components/learn/FlashCard.tsx
index 0bc42fb..36dcbef 100644
--- a/studio-v2/components/learn/FlashCard.tsx
+++ b/studio-v2/components/learn/FlashCard.tsx
@@ -103,9 +103,14 @@ export function FlashCard({
DEUTSCH
-
- {back}
-
+ {syllablesBack && syllablesBack.length > 0 ? (
+
+ ) : (
+
+ {back}
+
+ )}
+ {ipaBack && {ipaBack}}