Skip to content

Commit 20ccd1f

Browse files
Merge pull request #1485 from RodriSanchez1/fix/AndroidSubscription
Subscription small fix
2 parents 69fface + d2a28e7 commit 20ccd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Settings/Subscribe/Subscribe.container.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class SubscribeContainer extends PureComponent {
243243
} catch (err) {
244244
if (err.response?.data.error === 'subscriber not found') {
245245
// check if current subscriber already bought in this device
246-
if (localReceipts) {
246+
if (localReceipts.length) {
247247
this.handleError({
248248
code: '0001',
249249
message: intl.formatMessage(messages.googleAccountAlreadyOwns)

0 commit comments

Comments
 (0)