Skip to content

Commit

Permalink
Improved: Removed unused prop (#463).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Nov 19, 2024
1 parent 455bd20 commit 9dbc068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProductListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default defineComponent({
showKitComponents: false
}
},
props: ['item', 'isShipToStoreOrder', 'segmentSelected'],
props: ['item', 'isShipToStoreOrder'],
computed: {
...mapGetters({
getProduct: 'product/getProduct',
Expand Down

0 comments on commit 9dbc068

Please sign in to comment.