diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js
index 5cf9e4b6f..59cd2422f 100644
--- a/assets/js/sections/bandmap_list.js
+++ b/assets/js/sections/bandmap_list.js
@@ -1087,7 +1087,7 @@ $(function() {
// Submode column: show submode if available
let submode = (single.submode && single.submode !== '') ? single.submode : '';
data[0].push(submode); // Callsign column: wrap in QRZ link with color coding
- let qrzLink = '' + single.spotted + '';
+ let qrzLink = '' + single.spotted + '';
wked_info = ((wked_info != '' ? '' : '') + qrzLink + (wked_info != '' ? '' : ''));
var spotted = wked_info;
data[0].push(spotted);