Skip to content

Commit

Permalink
Reverted: removed the unnecessary added getter from OrderDetail page(…
Browse files Browse the repository at this point in the history
…#dxp-288))
  • Loading branch information
R-Sourabh committed Nov 18, 2024
1 parent f597993 commit 0164d85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export default defineComponent({
computed: {
...mapGetters({
order: "order/getCurrent",
configurePicker: "user/configurePicker",
partialOrderRejectionConfig: 'user/getPartialOrderRejectionConfig',
getPaymentMethodDesc: 'util/getPaymentMethodDesc',
getStatusDesc: 'util/getStatusDesc',
Expand Down

0 comments on commit 0164d85

Please sign in to comment.