diff --git a/app/screens/options_modal/options_modal.js b/app/screens/options_modal/options_modal.js index 8c098d298..f1b6d64bb 100644 --- a/app/screens/options_modal/options_modal.js +++ b/app/screens/options_modal/options_modal.js @@ -80,7 +80,7 @@ export default class OptionsModal extends PureComponent { } = this.props; return ( - + { - if (this.onCancelPress) { - this.onCancelPress(); + if (this.props.onCancelPress) { + this.props.onCancelPress(); } });