mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
lint fix
This commit is contained in:
parent
06ea7e6bc4
commit
9befde93ae
@ -260,6 +260,7 @@ class ProfileContainer extends Component {
|
|||||||
};
|
};
|
||||||
|
|
||||||
_fetchProfile = async (username = null, isProfileAction = false) => {
|
_fetchProfile = async (username = null, isProfileAction = false) => {
|
||||||
|
const { intl } = this.props;
|
||||||
try {
|
try {
|
||||||
const { username: _username, isFollowing, isMuted, isOwnProfile } = this.state;
|
const { username: _username, isFollowing, isMuted, isOwnProfile } = this.state;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user