Skip to content

Commit

Permalink
refactor: Remove unused code and update useAuth in order-summary.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Aug 19, 2024
1 parent 84a720f commit c1302f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woonuxt_base/app/pages/order-summary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { OrderStatusEnum } from '#woo';
const { query, params, name } = useRoute();
const { customer, viewer } = useAuth();
const { customer } = useAuth();
const { formatDate, formatPrice } = useHelpers();
const { t } = useI18n();
Expand Down

0 comments on commit c1302f3

Please sign in to comment.