mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
Update src/components/commentsDisplay/view/commentsDisplayView.js
Co-Authored-By: uğur erdal <ugurerdal93@gmail.com>
This commit is contained in:
parent
14d037202b
commit
a2a35092ae
@ -28,7 +28,7 @@ class CommentsDisplayView extends PureComponent {
|
||||
|
||||
// Component Functions
|
||||
_handleOnDropdownSelect = (option, index) => {
|
||||
this.setState({ selectedFilter: option, selectedOptionIndex: ind });
|
||||
this.setState({ selectedFilter: option, selectedOptionIndex: index });
|
||||
};
|
||||
|
||||
render() {
|
||||
|
Loading…
Reference in New Issue
Block a user