Explorar o código

wrong spelling error

`WarpFormItem` should be `WrapFormItem`
damon.chen %!s(int64=7) %!d(string=hai) anos
pai
achega
79fa848e76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Login/LoginItem.js

+ 1 - 1
src/components/Login/LoginItem.js

@@ -7,7 +7,7 @@ import LoginContext from './loginContext';
 
 const FormItem = Form.Item;
 
-class WarpFormItem extends Component {
+class WrapFormItem extends Component {
   static defaultProps = {
     buttonText: '获取验证码',
   };