]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA Fix issue in new code
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Mon, 25 Sep 2023 14:53:20 +0000 (16:53 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 25 Sep 2023 20:02:47 +0000 (20:02 +0000)
server/sonar-web/src/main/js/components/issue/components/IssueChangelogDiff.tsx

index 78e044e86e37f765f68f28f6f23da4369536d22a..e0f4309c07884033116a54d43e17294cf08a4de9 100644 (file)
@@ -27,7 +27,7 @@ export interface IssueChangelogDiffProps {
   diff: TypeIssueChangelogDiff;
 }
 
-export default function IssueChangelogDiff(props: IssueChangelogDiffProps) {
+export default function IssueChangelogDiff(props: Readonly<IssueChangelogDiffProps>) {
   const { diff } = props;
 
   const diffComputedValues = {