1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +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> <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>