diff --git a/src/shared/components/iframely-card.tsx b/src/shared/components/iframely-card.tsx index 2ecbf7f8..4b1e4ebe 100644 --- a/src/shared/components/iframely-card.tsx +++ b/src/shared/components/iframely-card.tsx @@ -1,6 +1,5 @@ import { Component, linkEvent } from "inferno"; import { Post } from "lemmy-js-client"; -import { mdToHtml } from "../utils"; import { i18n } from "../i18next"; import { Icon } from "./icon"; @@ -54,7 +53,9 @@ export class IFramelyCard extends Component< {post.embed_description && (
)} {post.embed_html && (