1
0
Fork 0
forked from gitea/nas

Fix jsx migration error

This commit is contained in:
KMY 2023-05-09 18:40:27 +09:00
parent cf1ff2c667
commit 2cfc8330d6
5 changed files with 7 additions and 8 deletions

View file

@ -3,7 +3,7 @@ import { connect } from 'react-redux';
import { makeGetAccount } from '../../../selectors';
import ImmutablePureComponent from 'react-immutable-pure-component';
import ImmutablePropTypes from 'react-immutable-proptypes';
import Avatar from '../../../components/avatar';
import { Avatar } from '../../../components/avatar';
import DisplayName from '../../../components/display_name';
import { injectIntl } from 'react-intl';
@ -17,7 +17,6 @@ const makeMapStateToProps = () => {
return mapStateToProps;
};
class Account extends ImmutablePureComponent {
static propTypes = {