Skip to content

Commit

Permalink
add nosonar comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s3fs committed Dec 18, 2024
1 parent 600c3f9 commit 119fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MarcContent/MarcContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const MarcContent: FC<MarcContent> = ({ marc, ...rest }) => {
const parsedContent = marc?.parsedRecord?.content;

return (
<section tabIndex={0} {...rest}>
<section tabIndex={0} {...rest}> {/* NOSONAR */}
<table>
<tbody>
<tr>
Expand Down

0 comments on commit 119fd64

Please sign in to comment.