- {type === 'phone' &&
}
+ {type === 'phone' && (
+
+ )}
{type === 'email' &&
}
diff --git a/src/components/Account/Register/style.module.scss b/src/components/Account/Register/style.module.scss
index dad9ad7..9e5da46 100644
--- a/src/components/Account/Register/style.module.scss
+++ b/src/components/Account/Register/style.module.scss
@@ -1,6 +1,8 @@
.code-field {
flex: 1;
}
+
.get-code {
vertical-align: 30px;
+ min-width: 105px;
}