diff --git a/src/containers/profileContainer.js b/src/containers/profileContainer.js index 7f102ac56..48a324814 100644 --- a/src/containers/profileContainer.js +++ b/src/containers/profileContainer.js @@ -260,6 +260,7 @@ class ProfileContainer extends Component { }; _fetchProfile = async (username = null, isProfileAction = false) => { + const { intl } = this.props; try { const { username: _username, isFollowing, isMuted, isOwnProfile } = this.state;