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 728467e commit 455bd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Orders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</ion-label>
</ion-item>

<ProductListItem v-for="item in order.part.items" :key="item.productId" :item="item" :segmentSelected="segmentSelected"/>
<ProductListItem v-for="item in order.part.items" :key="item.productId" :item="item"/>

<ion-item v-if="order.customer.phoneNumber">
<ion-icon :icon="callOutline" slot="start" />
Expand Down

0 comments on commit 455bd20

Please sign in to comment.