diff --git a/web/src/labs/marked/parser/CodeBlock.tsx b/web/src/labs/marked/parser/CodeBlock.tsx
index 231033ca4..f1d7912c4 100644
--- a/web/src/labs/marked/parser/CodeBlock.tsx
+++ b/web/src/labs/marked/parser/CodeBlock.tsx
@@ -38,7 +38,7 @@ const renderer = (rawStr: string) => {
>
copy
- {highlightedCode}
+
);
};