diff --git a/src/container/PaymentContainer/index.js b/src/container/PaymentContainer/index.js index 282ab69..feed456 100644 --- a/src/container/PaymentContainer/index.js +++ b/src/container/PaymentContainer/index.js @@ -959,7 +959,7 @@ export default class PaymentContainer extends React.Component { ); }); } - } + }; onBack() { this.props.navigation.goBack(); }