diff --git a/src/features/Portal/LocalFile/Body.tsx b/src/features/Portal/LocalFile/Body.tsx index dd569c9ae4..5eacec4936 100644 --- a/src/features/Portal/LocalFile/Body.tsx +++ b/src/features/Portal/LocalFile/Body.tsx @@ -235,7 +235,7 @@ const TextPreviewPane = memo( {truncatedLabel} )} - +
{isMarkdown && mode === 'render' ? ( <> @@ -249,7 +249,7 @@ const TextPreviewPane = memo( {content} )} - +
); },