From: Jay Sitter Date: Tue, 27 Jun 2023 01:12:43 +0000 (-0400) Subject: fix: Restore mdNoImages import X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=3439512a1cd1eba7db5a8b9e7e718d3b3b414869;p=lemmy-ui.git fix: Restore mdNoImages import --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 3d373ee..f1d0dca 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -49,7 +49,7 @@ import { PurgeType, VoteContentType, } from "../../interfaces"; -import { mdToHtml, mdToHtmlInline } from "../../markdown"; +import { mdNoImages, mdToHtml, mdToHtmlInline } from "../../markdown"; import { I18NextService, UserService } from "../../services"; import { setupTippy } from "../../tippy"; import { Icon, PurgeWarning, Spinner } from "../common/icon";