diff --git a/webassets/js/spots.js b/webassets/js/spots.js
index bff15f0..be8607e 100644
--- a/webassets/js/spots.js
+++ b/webassets/js/spots.js
@@ -139,7 +139,7 @@ function updateTable() {
bearingText = bearing.toFixed(0).padStart(3, '0') + "°";
if (s["location_good"] == null || s["location_good"] == false) {
if (s["location_source"] == "QRZ") {
- bearingText = bearingText + "";
+ bearingText = bearingText + "";
} else {
bearingText = bearingText + "";
}