mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-08 23:19:43 +03:00
Update src/components/commentsDisplay/view/commentsDisplayView.js
Co-Authored-By: uğur erdal <ugurerdal93@gmail.com>
This commit is contained in:
parent
2d34903fd1
commit
f8ffcdbab5
@ -27,7 +27,7 @@ class CommentsDisplayView extends PureComponent {
|
||||
// Component Life Cycles
|
||||
|
||||
// Component Functions
|
||||
_handleOnDropdownSelect = (option, ind) => {
|
||||
_handleOnDropdownSelect = (option, index) => {
|
||||
this.setState({ selectedFilter: option, selectedOptionIndex: ind });
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user