diff --git a/ui/src/components/iframely-card.tsx b/ui/src/components/iframely-card.tsx index 0d56a0b6b..3a89023f5 100644 --- a/ui/src/components/iframely-card.tsx +++ b/ui/src/components/iframely-card.tsx @@ -34,11 +34,21 @@ export class IFramelyCard extends Component<
- - + {post.embed_html ? ( + {post.embed_title} - - + + ) : ( + + + {post.embed_title} + + + )}