Skip to content

Commit

Permalink
Update src/components/OptionsList/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Chávez <marco@expensify.com>
  • Loading branch information
mollfpr and marcochavezf authored Oct 31, 2022
1 parent 2ca3266 commit c4aa933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OptionsList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class OptionsList extends Component {
constructor(props) {
super(props);

this.userTouchStart = this.userTouchStart.bind(this);
this.userTouchEnd = this.userTouchEnd.bind(this);
this.touchStart = this.touchStart.bind(this);
this.touchEnd = this.touchEnd.bind(this);
}

componentDidMount() {
Expand Down

0 comments on commit c4aa933

Please sign in to comment.