From 953ba9160e238457db03fde52f8df819c2729e43 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 13 May 2024 13:58:47 -0700 Subject: [PATCH] Fix: dont format ASN as number on dashboard (#6708) --- .../widgets/statistics-widget/statistics-widget.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html b/src-ui/src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html index 18f28ddfc..d89fc972c 100644 --- a/src-ui/src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html +++ b/src-ui/src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html @@ -18,7 +18,7 @@ @if (statistics?.current_asn) {
Current ASN: - {{statistics?.current_asn | number}} + {{statistics?.current_asn}}
} @if (statistics?.document_file_type_counts?.length > 1) {