mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +02:00
Update frontend/src/component/executiveDashboard/componentsStat/FlagStats/FlagStats.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
parent
b72bea786e
commit
90040af419
@ -102,7 +102,7 @@ export const FlagStats: React.FC<IFlagStatsProps> = ({
|
||||
</Typography>
|
||||
</StyledTextContainer>
|
||||
<StyledFlagCountPerUser>
|
||||
{flagsPerUser ?? 'N/A'}
|
||||
{flagsPerUser}
|
||||
</StyledFlagCountPerUser>
|
||||
</StyledInsightsContainer>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user