From: Jay Sitter <jay@jaysitter.com>
Date: Tue, 27 Jun 2023 01:12:43 +0000 (-0400)
Subject: fix: Restore mdNoImages import
X-Git-Url: http://these/git/readmes/%7B%60%24%7BarchiveTodayUrl%7D/static/%7BallRss%7D?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";