Update src/components/commentsDisplay/view/commentsDisplayView.js

Co-Authored-By: uğur erdal <ugurerdal93@gmail.com>
This commit is contained in:
Feruz M 2019-11-27 20:05:37 +02:00 committed by GitHub
parent 2d34903fd1
commit f8ffcdbab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });
};