Skip to content

Commit

Permalink
Improved: check to display tracking code in case of no missingLabelIm…
Browse files Browse the repository at this point in the history
…age (#769)
  • Loading branch information
amansinghbais committed Sep 24, 2024
1 parent aa73fa4 commit 320a37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
</ion-label>
</ion-item>
</template>
<ion-item v-else>
<ion-item v-else-if="order.trackingCode">
<ion-label>
{{ order.trackingCode }}
<p>{{ translate("tracking code") }}</p>
Expand Down

0 comments on commit 320a37d

Please sign in to comment.