Ver código fonte

:pencil2: Fixed small typo

tags/0.0.3^2
tomit4 3 anos atrás
pai
commit
58944ab257
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      frontend/src/utils/survey.js

+ 1
- 1
frontend/src/utils/survey.js Ver arquivo

@@ -45,7 +45,7 @@ class SurveyFactory {
45 45
                 if (val.survey_stage === step) {
46 46
                     reordered[i] = val
47 47
                 }
48
-            } )
48
+            })
49 49
         })
50 50
         return reordered
51 51
     }

Carregando…
Cancelar
Salvar