chore(LoginForm.tsx): remove extra whitespace (#619)

chore(Translation.tsx): add default return statement for getTranslations function
chore(Eng.tsx): fix indentation, remove escaped apostrophe, and remove trailing whitespace
chore(Zh.tsx): fix indentation, remove escaped apostrophe, and remove trailing whitespace
This commit is contained in:
Danny Avila 2023-07-11 16:02:31 -04:00 committed by GitHub
parent 47e5493744
commit c17c1488ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 144 additions and 143 deletions

View file

@ -10,7 +10,7 @@ type TLoginFormProps = {
function LoginForm({ onSubmit }: TLoginFormProps) {
const lang = useRecoilValue(store.lang);
const {
register,
handleSubmit,