diff --git a/static/js/alerts.js b/static/js/alerts.js
index 42d6639..a96f22d 100644
--- a/static/js/alerts.js
+++ b/static/js/alerts.js
@@ -283,7 +283,7 @@ function addAlertRowsToTable(tbody, alerts) {
$tr.append(`
${end_time_formatted} | `);
}
if (showDX) {
- $tr.append(`${dx_flag}${dx_calls_html}${dx_country_html} | `);
+ $tr.append(`${dx_flag}${dx_calls_html}${dx_country_html} | `);
}
if (showFreqsModes) {
$tr.append(`${freqsModesText} | `);