Skip to content

Commit 9fcd15f

Browse files
authored
remove stray $ (#220)
1 parent 69216ef commit 9fcd15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/codediff/SkipRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function SkipRow(props: SkipRowProps) {
5252
Show {numRows} more lines
5353
</a>
5454
);
55-
const headerHTML = header ? <span className="hunk-header">${header}</span> : '';
55+
const headerHTML = header ? <span className="hunk-header">{header}</span> : '';
5656

5757
const rowRef = React.useRef<HTMLTableRowElement>(null);
5858
React.useEffect(() => {

0 commit comments

Comments
 (0)