Skip to content
Snippets Groups Projects
Commit 70d001de authored by ems19's avatar ems19
Browse files

added 'não informado' for null options

parent 1f896362
Branches
Tags
3 merge requests!405Homologa,!393Development,!392added 'não informado' for null options
...@@ -35,6 +35,7 @@ module.exports = function modalityShift(id) { ...@@ -35,6 +35,7 @@ module.exports = function modalityShift(id) {
case 7: case 7:
return 'EaD ou semipresencial'; return 'EaD ou semipresencial';
case 9: case 9:
case null:
return 'Não informado'; return 'Não informado';
case 99: case 99:
return 'Não frequenta instituição de ensino'; return 'Não frequenta instituição de ensino';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment