diff --git a/src/screens/profile/container/profileContainer.js b/src/screens/profile/container/profileContainer.js index 04769eb4a..0f9625aca 100644 --- a/src/screens/profile/container/profileContainer.js +++ b/src/screens/profile/container/profileContainer.js @@ -346,7 +346,7 @@ class ProfileContainer extends Component { selectedQuickProfile={selectedQuickProfile} selectedUser={user} username={username} - getReplies={this._getReplies} + getReplies={() => this._getReplies(username)} /> );