Skip to content

Commit

Permalink
fix(subscription): fix issue with resubscribing
Browse files Browse the repository at this point in the history
  • Loading branch information
XL-YiBai committed Jun 12, 2024
1 parent 15dd0dd commit be3e905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SubscriptionsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ export default class SubscriptionsList extends Vue {
})
}
if (!successSubscriptions.length) {
isFinished = true
return false
}
if (enable) {
Expand Down
1 change: 1 addition & 0 deletions web/src/components/SubscriptionsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ export default class SubscriptionsList extends Vue {
}
})
if (!successSubscriptions.length) {
isFinished = true
return false
}
if (enable) {
Expand Down

0 comments on commit be3e905

Please sign in to comment.