diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-26 13:08:22 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-29 20:34:32 -0400 |
| commit | 3633ea66d4c6f362510788f3ae7ae4cad020629a (patch) | |
| tree | cd0536aae28909a6ade804fd443913c9f8f92cde /src/components/registration/registration.js | |
| parent | 093c85d006fac375bcdbf38964da9c011e4f00f3 (diff) | |
Make lint happy
Diffstat (limited to 'src/components/registration/registration.js')
| -rw-r--r-- | src/components/registration/registration.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js index e3f6b875..6eb316d0 100644 --- a/src/components/registration/registration.js +++ b/src/components/registration/registration.js @@ -14,7 +14,7 @@ const registration = { password: '', confirm: '', reason: '', - language: '', + language: '' }, captcha: {} }), |
