From: David Cho-Lerat Date: Mon, 25 Sep 2023 14:53:20 +0000 (+0200) Subject: NO-JIRA Fix issue in new code X-Git-Tag: 10.3.0.82913~358 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f40c106f25911b9f7228d071cf355fd7f2c3eef0;p=sonarqube.git NO-JIRA Fix issue in new code --- diff --git a/server/sonar-web/src/main/js/components/issue/components/IssueChangelogDiff.tsx b/server/sonar-web/src/main/js/components/issue/components/IssueChangelogDiff.tsx index 78e044e86e3..e0f4309c078 100644 --- a/server/sonar-web/src/main/js/components/issue/components/IssueChangelogDiff.tsx +++ b/server/sonar-web/src/main/js/components/issue/components/IssueChangelogDiff.tsx @@ -27,7 +27,7 @@ export interface IssueChangelogDiffProps { diff: TypeIssueChangelogDiff; } -export default function IssueChangelogDiff(props: IssueChangelogDiffProps) { +export default function IssueChangelogDiff(props: Readonly) { const { diff } = props; const diffComputedValues = {