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) {