Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
fix: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
osdnk committed Oct 22, 2019
1 parent a875d74 commit 9c028ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Stack/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ export default class Card extends React.Component<Props> {
private gestureActivationCriteria() {
const { layout, gestureDirection, gestureResponseDistance } = this.props;

// Doesn't make sense for a response distance of 0, so this works fine
const distance =
gestureDirection === 'vertical' ||
gestureDirection === 'vertical-inverted'
Expand Down

0 comments on commit 9c028ce

Please sign in to comment.