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',