Skip to content

Commit 38e6bba

Browse files
fix(typescript): test.tsx after dtslint run
1 parent 6e4d695 commit 38e6bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const options: HTMLReactParserOptions = {
2020
replace({ attribs }) {
2121
return attribs && attribs.id === 'remove' && <React.Fragment />;
2222
}
23-
}
23+
};
2424

2525
parse('<p><br id="remove"></p>', options);
2626

0 commit comments

Comments
 (0)