1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

fix: lint

This commit is contained in:
Tymoteusz Czech 2025-07-11 12:44:56 +02:00
parent 09870f3497
commit 82ab71c649
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -119,7 +119,9 @@ const ProjectHealthMessage: FC<{
<>
<Typography>
Your current project technical debt is{' '}
<PercentageScore>{avgCurrentTechnicalDebt}%</PercentageScore>
<PercentageScore>
{avgCurrentTechnicalDebt}%
</PercentageScore>
.
</Typography>
<Typography>{improveMessage}</Typography>