Skip to content

Commit

Permalink
Fix classname
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonieaj committed Nov 6, 2024
1 parent d305dc9 commit 20288c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webstepper/src/CodeDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function CodeDisplay(props: CodeDisplayPropTypes) {
customStyle={{ backgroundColor: "transparent" }}
lineProps={(lineNumber: number) => {
if (lineNumber == props.highlightLine) {
return { className: "line --highlighted" };
return { className: "line--highlighted" };
}
}}
>
Expand Down

0 comments on commit 20288c5

Please sign in to comment.