1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

Update frontend/src/component/executiveDashboard/componentsStat/FlagStats/FlagStats.tsx

Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
andreas-unleash 2024-03-21 10:45:30 +02:00 committed by GitHub
parent b72bea786e
commit 90040af419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ export const FlagStats: React.FC<IFlagStatsProps> = ({
</Typography>
</StyledTextContainer>
<StyledFlagCountPerUser>
{flagsPerUser ?? 'N/A'}
{flagsPerUser}
</StyledFlagCountPerUser>
</StyledInsightsContainer>
}