We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69216ef commit 9fcd15fCopy full SHA for 9fcd15f
ts/codediff/SkipRow.tsx
@@ -52,7 +52,7 @@ export function SkipRow(props: SkipRowProps) {
52
Show {numRows} more lines
53
</a>
54
);
55
- const headerHTML = header ? <span className="hunk-header">${header}</span> : '';
+ const headerHTML = header ? <span className="hunk-header">{header}</span> : '';
56
57
const rowRef = React.useRef<HTMLTableRowElement>(null);
58
React.useEffect(() => {
0 commit comments