Skip to content

Commit

Permalink
noView->nopeView
Browse files Browse the repository at this point in the history
  • Loading branch information
Micasso authored and Micasso committed Sep 15, 2020
1 parent 3ff7469 commit e88b194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwipeCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ export default class SwipeCards extends Component {

if (this.props.showNope) {

const inner = this.props.noView
? this.props.noView
const inner = this.props.nopeView
? this.props.nopeView
: <Text style={[styles.nopeText, this.props.nopeTextStyle]}>{this.props.nopeText}</Text>

return <Animated.View style={[styles.nope, this.props.nopeStyle, animatedNopeStyles]}>
Expand Down

0 comments on commit e88b194

Please sign in to comment.