Skip to content

Commit

Permalink
fix: display edit line item link only for variation products (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Jun 22, 2021
1 parent 72aaf83 commit 03c9988
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,5 +1,6 @@
<ng-container *ngIf="product$ | async as product">
<a
*ngIf="product.type === 'VariationProduct'"
(click)="show()"
class="line-item-edit-link"
rel="nofollow"
Expand Down

0 comments on commit 03c9988

Please sign in to comment.