From e06852d00269fed2f993de8acd385c46c745132e Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Wed, 16 Jan 2019 13:26:57 +0300 Subject: [PATCH] git status --- src/screens/profile/container/profileContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} /> );