diff --git a/_dev/apps/ui/src/components/product-feed-page/product-feed-table-status-details-row.vue b/_dev/apps/ui/src/components/product-feed-page/product-feed-table-status-details-row.vue index 77f350c09c..22cfdd6477 100644 --- a/_dev/apps/ui/src/components/product-feed-page/product-feed-table-status-details-row.vue +++ b/_dev/apps/ui/src/components/product-feed-page/product-feed-table-status-details-row.vue @@ -2,14 +2,14 @@ {{ product.id }}{{ +product.attribute > 0 ? '‑' + product.attribute : '' }} @@ -53,7 +53,7 @@ s.status === ProductStatus.Disapproved).length; + }, merchantCenterWebsitePageUrl() { const {id} = this.$store.state.accounts.googleMerchantAccount; diff --git a/_dev/apps/ui/stories/product-feed-table-status-details.stories.ts b/_dev/apps/ui/stories/product-feed-table-status-details.stories.ts index 4d7e28df6e..84853b26a0 100644 --- a/_dev/apps/ui/stories/product-feed-table-status-details.stories.ts +++ b/_dev/apps/ui/stories/product-feed-table-status-details.stories.ts @@ -165,7 +165,7 @@ TableStatusDetails.parameters = { statuses: [ { destination: "Shopping", - status: "disapproved", + status: "approved", countries: ["GB"], }, {