From 0f3f883a2761e18780076edc7758a048d33a1224 Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 9 Aug 2022 16:23:48 +0200 Subject: [PATCH] fix(ui): small ui changes for dashboards and metrics --- .../components/Dashboard/components/MetricsList/MetricsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx index 983d70603..2171822c9 100644 --- a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx +++ b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx @@ -56,7 +56,7 @@ function MetricsList(props: Props) {
- Showing {Math.min(list.length, metricStore.pageSize)} out of {list.length} Sessions + Showing {Math.min(list.length, metricStore.pageSize)} out of {list.length} metrics