diff --git a/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx b/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx
index b3632904..a99bca40 100644
--- a/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx
+++ b/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx
@@ -36,6 +36,11 @@ export default function ExternalEmbed(props: Props) {
{embed.external.title}
+ {embed.external.description && (
+
+ {embed.external.description}
+
+ )}