ui: typo
This commit is contained in:
parent
27b6128c9b
commit
60fa20d21d
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue