1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Don't print 'Seen in application' on metrics tab

This commit is contained in:
Christopher Kolstad 2021-10-15 11:56:44 +02:00
parent 6d42502792
commit cce0a7d465

View File

@ -31,7 +31,6 @@ const FeatureSeenApplications: React.FC = () => {
return (
<Grid sm={12}>
<List>
<ListItemText primary={'Seen in applications:'} />
{seenApplications}
</List>
</Grid>