From 60fa20d21d0f1f7b3ab3cf07f98c08e903e1e3db Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 29 Jan 2025 10:58:36 +0100 Subject: [PATCH] ui: typo --- frontend/app/components/DataManagement/Activity/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/DataManagement/Activity/Page.tsx b/frontend/app/components/DataManagement/Activity/Page.tsx index cb7bed717..b9f8c55a3 100644 --- a/frontend/app/components/DataManagement/Activity/Page.tsx +++ b/frontend/app/components/DataManagement/Activity/Page.tsx @@ -121,7 +121,7 @@ function ActivityPage() { dataIndex: 'userCity', key: 'userCity', showSorterTooltip: { target: 'full-header' }, - sorter: (a, b) => a.userCiry.localeCompare(b.userCity), + sorter: (a, b) => a.userCity.localeCompare(b.userCity), }, { title: 'Environment',