mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Don't print 'Seen in application' on metrics tab
This commit is contained in:
parent
6d42502792
commit
cce0a7d465
@ -31,7 +31,6 @@ const FeatureSeenApplications: React.FC = () => {
|
|||||||
return (
|
return (
|
||||||
<Grid sm={12}>
|
<Grid sm={12}>
|
||||||
<List>
|
<List>
|
||||||
<ListItemText primary={'Seen in applications:'} />
|
|
||||||
{seenApplications}
|
{seenApplications}
|
||||||
</List>
|
</List>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user