Explorar el Código

:pencil2: Fixed small typo

tabs-content
tomit4 hace 3 años
padre
commit
df826e613c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      frontend/src/utils/survey.js

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

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

Loading…
Cancelar
Guardar