mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 03:55:51 +01:00
fix small review findings
This commit is contained in:
@@ -103,7 +103,7 @@ const Annotate: FC<Props> = ({ source, repository, baseDate }) => {
|
||||
node,
|
||||
stylesheet,
|
||||
useInlineStyles,
|
||||
key: `code-segement${i}`
|
||||
key: `code-segment${i}`
|
||||
});
|
||||
|
||||
if (i + 1 < rows.length) {
|
||||
|
||||
Reference in New Issue
Block a user