We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d4a21 commit 47194cdCopy full SHA for 47194cd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sub-store-front-end",
3
- "version": "2.15.76",
+ "version": "2.15.77",
4
"private": true,
5
"scripts": {
6
"dev": "vite --host",
src/components/SubListItem.vue
@@ -447,7 +447,7 @@ const flow = computed(() => {
447
firstLine: t("subPage.subItem.noFlow"),
448
secondLine: ``,
449
};
450
- } else if (target.status === "success") {
+ } else if (target.status === "success" && target.data?.usage) {
451
let {
452
planName,
453
appUrl,
0 commit comments