Skip to content

Commit

Permalink
Merge pull request #287 from ymaheshwari1/bopis/fix-facilityName
Browse files Browse the repository at this point in the history
Fixed: issue of facility name not visible on orders page(#277)
  • Loading branch information
ravilodhi authored Sep 21, 2023
2 parents ff6bd59 + ff3bca3 commit 40e4938
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 @@ -2,7 +2,7 @@
<ion-page>
<ion-header :translucent="true">
<ion-toolbar>
<ion-title>{{ currentFacility?.name }}</ion-title>
<ion-title>{{ currentFacility?.facilityName }}</ion-title>
<ion-buttons slot="end">
<ion-button @click="viewShipToStoreOrders()">
<ion-icon slot="icon-only" :icon="trailSignOutline" />
Expand Down

0 comments on commit 40e4938

Please sign in to comment.