diff --git a/static/js/components/proximity-radar.js b/static/js/components/proximity-radar.js index 4b01547..e2e54fb 100644 --- a/static/js/components/proximity-radar.js +++ b/static/js/components/proximity-radar.js @@ -211,19 +211,21 @@ const ProximityRadar = (function() { const hitAreaSize = Math.max(dotSize * 2, 15); return ` - - - - ${isSelected ? ` - - - ` : ''} - - ${device.is_new && !isSelected ? `` : ''} - ${escapeHtml(device.name || device.address)} (${device.rssi_current || '--'} dBm) + + + + + ${isSelected ? ` + + + ` : ''} + + ${device.is_new && !isSelected ? `` : ''} + ${escapeHtml(device.name || device.address)} (${device.rssi_current || '--'} dBm) + `; }).join('');