diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index 97281c0c7..6e8c2a39f 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -111,7 +111,7 @@ $(function() { data[0].push(continent_wked_info); data[0].push(single.spotter); data[0].push(single.message || ''); - if (single.worked_call) { + if ((single.worked_call) && ((single.last_wked || '') != '')) { data[0].push(single.last_wked.LAST_QSO+' in '+single.last_wked.LAST_MODE); } else { data[0].push('');