Skip to content
Snippets Groups Projects
Commit 2f980fbb authored by lgtg20's avatar lgtg20
Browse files

Merge branch 'fix_labels_filters' into 'development'

fix labels

See merge request !394
parents 79680c61 5fbba9f4
No related branches found
No related tags found
3 merge requests!405Homologa,!397Development,!394fix labels
......@@ -74,6 +74,7 @@ module.exports = function capitalCode(id) {
return 'Goiânia';
case 53:
return 'Brasília';
case null:
case 99:
return 'Não é capital';
default:
......
......@@ -62,6 +62,7 @@ module.exports = function metroCode(id) {
return 'Região Metropolitana de Vale do Rio Cuiabá';
case 52:
return 'Região Metropolitana de Goiânia';
case null:
case 99:
return 'Não é região metropolitana ou região administrativa integrada';
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment