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:
parent
b72bea786e
commit
90040af419
@ -102,7 +102,7 @@ export const FlagStats: React.FC<IFlagStatsProps> = ({
|
|||||||
</Typography>
|
</Typography>
|
||||||
</StyledTextContainer>
|
</StyledTextContainer>
|
||||||
<StyledFlagCountPerUser>
|
<StyledFlagCountPerUser>
|
||||||
{flagsPerUser ?? 'N/A'}
|
{flagsPerUser}
|
||||||
</StyledFlagCountPerUser>
|
</StyledFlagCountPerUser>
|
||||||
</StyledInsightsContainer>
|
</StyledInsightsContainer>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user