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