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