Fix ambs location name
This commit is contained in:
parent
a3ced92125
commit
44719fb040
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const mapsStyles = {
|
|||
|
||||
const columnData = [
|
||||
{ id: 'nickname', numeric: false, disablePadding: true, label: 'Nickname' },
|
||||
{ id: 'location', numeric: false, disablePadding: true, label: 'BTS Account' },
|
||||
{ id: 'location', numeric: false, disablePadding: true, label: 'Location' },
|
||||
{ id: 'telegram', numeric: false, disablePadding: false, label: 'Telegram Account' },
|
||||
{ id: 'keybase', numeric: false, disablePadding: false, label: 'Keybase' },
|
||||
{ id: 'email', numeric: false, disablePadding: false, label: 'Email' },
|
||||
|
|
Loading…
Reference in a new issue