mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
fix: lint
This commit is contained in:
parent
09870f3497
commit
82ab71c649
@ -119,7 +119,9 @@ const ProjectHealthMessage: FC<{
|
||||
<>
|
||||
<Typography>
|
||||
Your current project technical debt is{' '}
|
||||
<PercentageScore>{avgCurrentTechnicalDebt}%</PercentageScore>
|
||||
<PercentageScore>
|
||||
{avgCurrentTechnicalDebt}%
|
||||
</PercentageScore>
|
||||
.
|
||||
</Typography>
|
||||
<Typography>{improveMessage}</Typography>
|
||||
|
Loading…
Reference in New Issue
Block a user