ソースを参照

:pencil2: Fixed small typo

tags/0.0.3^2
tomit4 3年前
コミット
58944ab257
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      frontend/src/utils/survey.js

+ 1
- 1
frontend/src/utils/survey.js ファイルの表示

@@ -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
     }

読み込み中…
キャンセル
保存