This commit is contained in:
nick-delirium 2025-01-29 10:58:36 +01:00
parent 27b6128c9b
commit 60fa20d21d
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

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