mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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 (
 | 
			
		||||
        <Grid sm={12}>
 | 
			
		||||
            <List>
 | 
			
		||||
                <ListItemText primary={'Seen in applications:'} />
 | 
			
		||||
                {seenApplications}
 | 
			
		||||
            </List>
 | 
			
		||||
        </Grid>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user