diff --git a/js/ui/status/network.js b/js/ui/status/network.js index a4372b5a5..a4081ffee 100644 --- a/js/ui/status/network.js +++ b/js/ui/status/network.js @@ -674,7 +674,7 @@ NMDevice.prototype = { let dev_product = this.device.get_product(); let dev_vendor = this.device.get_vendor(); if (!dev_product || !dev_vendor) - return null; + return ''; let product = Util.fixupPCIDescription(dev_product); let vendor = Util.fixupPCIDescription(dev_vendor);