Skip to content

Commit

Permalink
SONAR-21455 Revert MMF-3510 feedback iteration to show back overall c…
Browse files Browse the repository at this point in the history
…ode legacy rating when in no-data states
  • Loading branch information
7PH authored and sonartech committed Feb 2, 2024
1 parent 6e68ec1 commit 67d55a5
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,10 @@ export function SoftwareImpactMeasureCard(props: Readonly<SoftwareImpactBreakdow
{intl.formatMessage({ id: 'overview.measures.software_impact.total_open_issues' })}
</TextSubdued>
<div className="sw-flex-grow sw-flex sw-justify-end">
{measure && (
<SoftwareImpactMeasureRating
softwareQuality={softwareQuality}
value={ratingMeasure?.value}
/>
)}
<SoftwareImpactMeasureRating
softwareQuality={softwareQuality}
value={ratingMeasure?.value}
/>
</div>
</div>
<div className="sw-flex sw-gap-2">
Expand Down

0 comments on commit 67d55a5

Please sign in to comment.