mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
Fixed cancel issue for boost screen
This commit is contained in:
parent
da3617eb9a
commit
02840cac59
@ -85,7 +85,7 @@ class BoostContainer extends Component {
|
||||
});
|
||||
|
||||
this.purchaseErrorSubscription = purchaseErrorListener(error => {
|
||||
if (get(error, 'responseCode') !== 2) {
|
||||
if (get(error, 'responseCode') !== '2') {
|
||||
Alert.alert('Warning', error);
|
||||
bugsnag.notify(error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user