mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Minor fixes
This commit is contained in:
parent
ca7c0ed94c
commit
bf1cfda59c
@ -67,6 +67,9 @@ class PanelTransition extends Component {
|
||||
login: PropTypes.string
|
||||
}).isRequired,
|
||||
user: userShape.isRequired,
|
||||
accounts: PropTypes.shape({
|
||||
available: PropTypes.array
|
||||
}),
|
||||
setErrors: PropTypes.func.isRequired,
|
||||
clearErrors: PropTypes.func.isRequired,
|
||||
resolve: PropTypes.func.isRequired,
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React, { Component } from 'react';
|
||||
import React from 'react';
|
||||
|
||||
import { FormattedMessage as Message } from 'react-intl';
|
||||
import { Link } from 'react-router';
|
||||
|
@ -1,7 +1,6 @@
|
||||
import React, { Component, PropTypes } from 'react';
|
||||
|
||||
import { FormattedMessage as Message } from 'react-intl';
|
||||
import { Link } from 'react-router';
|
||||
import Helmet from 'react-helmet';
|
||||
|
||||
import { Input, Button, Checkbox, Form, FormModel } from 'components/ui/form';
|
||||
|
Loading…
Reference in New Issue
Block a user