Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpprieto committed Nov 18, 2022
1 parent 5754d84 commit 6bc3afb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/resources/cart/LinesAdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function AddToCartButton({selectedVariant, quantity}) {
]}
onSuccess={(event) => {
navigator.sendBeacon('/events', JSON.stringify(event))
toggleNotification()
}}
>
{(state, error) => (
Expand Down
1 change: 0 additions & 1 deletion docs/resources/cart/LinesRemove.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function RemoveFromCart({lindeIds}) {
lineIds={lindeIds}
onSuccess={(event) => {
navigator.sendBeacon('/events', JSON.stringify(event))
toggleNotification()
}}
>
{(state, error) => (
Expand Down

0 comments on commit 6bc3afb

Please sign in to comment.