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 ( - + ); }