Skip to content

Commit

Permalink
[extension] - fixed #841
Browse files Browse the repository at this point in the history
  • Loading branch information
janfiedler committed Jun 6, 2022
1 parent 1130f07 commit e19ce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/shops/kosik.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const didRenderDetail = mutations =>

export class Kosik extends StatefulShop {
get injectionPoint() {
return ["afterend", ".product-header-box"];
return ["afterend", ".product-header-box:last-of-type"];
}

get detailSelector() {
Expand Down

0 comments on commit e19ce58

Please sign in to comment.