Skip to content

Commit

Permalink
Update CodeBlock.tsx , correct comp CodeBlock prams highlightedLines
Browse files Browse the repository at this point in the history
  • Loading branch information
code-yateen authored Jan 2, 2025
1 parent fb0a3bf commit 3674cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/editor/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default function CodeBlock({
codeBlocks,
className = '',
highlightClassName = '',
highlightedLines,
highlightedLines = [],
language = 'yaml',
hasWindow = false,
showCopy = true,
Expand Down

0 comments on commit 3674cf6

Please sign in to comment.