Skip to content
Snippets Groups Projects
Commit 82451e9a authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

fix spacing in contract_type filter

parent ace8f9a9
No related branches found
No related tags found
3 merge requests!314Classroom count hotfix,!309Merge new updates into master,!305Homologa
......@@ -21,7 +21,7 @@ along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
module.exports = function contractType(id) {
switch (id) {
case 1:
return 'Concursado/Efetivo/Estável';
return 'Concursado/ Efetivo/ Estável';
case 2:
return 'Contrato temporário';
case 3:
......
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