Skip to content

Commit

Permalink
refactor: removed links from order's product (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodigo committed May 4, 2022
1 parent 241cb61 commit d4476e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/theme/pages/MyAccount/OrderHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
:key="i"
>
<SfTableData class="products__name">
<nuxt-link :to="localePath('/p/'+orderGetters.getItemSku(item)+'/'+orderGetters.getItemSku(item))">
{{ orderGetters.getItemName(item) }}
</nuxt-link>
{{ orderGetters.getItemName(item) }}
</SfTableData>
<SfTableData>{{ orderGetters.getItemQty(item) }}</SfTableData>
<SfTableData>{{ $fc(orderGetters.getItemPrice(item)) }}</SfTableData>
Expand Down

0 comments on commit d4476e2

Please sign in to comment.