Fix ambs location name

This commit is contained in:
Letícia Camara 2018-10-05 17:38:54 -03:00
parent a3ced92125
commit 44719fb040

View file

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