Skip to content

Commit

Permalink
Fix mismatched unsubscriber function name
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoffbeck committed Feb 27, 2024
1 parent d31cc23 commit 959f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/quick-order-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class QuickOrderList extends HTMLElement {

disconnectedCallback() {
this.cartUpdateUnsubscriber?.();
this.unsubscribeFromSectionRefresh?.();
this.sectionRefreshUnsubscriber?.();
}

onChange(event) {
Expand Down

0 comments on commit 959f198

Please sign in to comment.