We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69fface + d2a28e7 commit 20ccd1fCopy full SHA for 20ccd1f
src/components/Settings/Subscribe/Subscribe.container.js
@@ -243,7 +243,7 @@ export class SubscribeContainer extends PureComponent {
243
} catch (err) {
244
if (err.response?.data.error === 'subscriber not found') {
245
// check if current subscriber already bought in this device
246
- if (localReceipts) {
+ if (localReceipts.length) {
247
this.handleError({
248
code: '0001',
249
message: intl.formatMessage(messages.googleAccountAlreadyOwns)
0 commit comments