git status

This commit is contained in:
Mustafa Buyukcelebi 2019-01-16 13:26:57 +03:00
parent 965b6bc9fd
commit e06852d002

View File

@ -346,7 +346,7 @@ class ProfileContainer extends Component {
selectedQuickProfile={selectedQuickProfile}
selectedUser={user}
username={username}
getReplies={this._getReplies}
getReplies={() => this._getReplies(username)}
/>
</Fragment>
);