diff --git a/components/form/content/audio-form.tsx b/components/form/content/audio-form.tsx
index 03274b48..32e3c1bc 100644
--- a/components/form/content/audio-form.tsx
+++ b/components/form/content/audio-form.tsx
@@ -879,7 +879,7 @@ export default function FormAudio() {
{isGeneratedArticle && (
{articleIds.map((id: string, index: number) => (
-
+
))}
)}
diff --git a/components/form/content/image-form.tsx b/components/form/content/image-form.tsx
index 21a90765..8a172700 100644
--- a/components/form/content/image-form.tsx
+++ b/components/form/content/image-form.tsx
@@ -890,7 +890,7 @@ export default function FormImage() {
{isGeneratedArticle && (
{articleIds.map((id: string, index: number) => (
-
+
))}
)}
diff --git a/components/form/content/teks-form.tsx b/components/form/content/teks-form.tsx
index b380015e..dfa9cb77 100644
--- a/components/form/content/teks-form.tsx
+++ b/components/form/content/teks-form.tsx
@@ -879,7 +879,7 @@ export default function FormTeks() {
{isGeneratedArticle && (
{articleIds.map((id: string, index: number) => (
-
+
))}
)}
diff --git a/components/form/content/video-form.tsx b/components/form/content/video-form.tsx
index 27e76cf3..e6abfd6a 100644
--- a/components/form/content/video-form.tsx
+++ b/components/form/content/video-form.tsx
@@ -879,7 +879,7 @@ export default function FormVideo() {
{isGeneratedArticle && (
{articleIds.map((id: string, index: number) => (
-
+
))}
)}