From a963963b724797081b71b3b746138a69d1fb3c34 Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Mon, 28 Oct 2024 21:01:58 +0700 Subject: [PATCH] fix(ui): Postcss not working for Country cell For some unknown reason, using postcss class is not working anymore --- .../datatables/xmr/CountryCellWithAsn.svelte | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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}