diff --git a/frontend/src/lib/components/datatables/xmr/CountryCellWithAsn.svelte b/frontend/src/lib/components/datatables/xmr/CountryCellWithAsn.svelte
index a202cfd..2ccf424 100644
--- a/frontend/src/lib/components/datatables/xmr/CountryCellWithAsn.svelte
+++ b/frontend/src/lib/components/datatables/xmr/CountryCellWithAsn.svelte
@@ -18,22 +18,16 @@
{#if asn !== 0}
AS{asn}
- ({asn_name})
+ ({asn_name})
{/if}