This commit is contained in:
Nouman Tahir 2021-07-09 21:32:16 +05:00
parent 06ea7e6bc4
commit 9befde93ae

View File

@ -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;