// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` renders a device with no metadata 1`] = `
`;
exports[` renders a verified device with no metadata 1`] = `
`;
exports[` renders display name with a tooltip 1`] = `
  
    
    
      
        My device
      
      
        
          Unverified
        
         · 
        
          123
        
      
     
    
   
 
`;
exports[` separates metadata with a dot 1`] = `
  
    
    
      
        123
      
      
        
          Unverified
        
         · 
        
          Last activity 15:13
        
         · 
        
          1.2.3.4
        
         · 
        
          123
        
      
     
    
   
 
`;