From 5fe6d8b86982d5bf149d1376f53f4b46fd62576f Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 13 Nov 2023 21:56:19 +0600 Subject: [PATCH] fix svg loading --- src/components/node/NodeImageLazy/index.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/node/NodeImageLazy/index.tsx b/src/components/node/NodeImageLazy/index.tsx index 935813e1..a3102f72 100644 --- a/src/components/node/NodeImageLazy/index.tsx +++ b/src/components/node/NodeImageLazy/index.tsx @@ -21,7 +21,14 @@ const NodeImageLazy: FC = ({ }) => { if (src?.endsWith('svg')) { return ( - + ); }