Skip to content

Commit

Permalink
chore(com-pwa/ui): remove an extra signal listener
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar authored and AliMD committed Mar 31, 2023
1 parent 5f0395c commit da8e97c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions uniquely/com-pwa/src/ui/page/order-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ export class AlwatrPageOrderDetail extends UnresolvedMixin(AlwatrOrderDetailBase
override connectedCallback(): void {
super.connectedCallback();

this._addSignalListeners(this.fsm.subscribe(() => {
this.gotState = this.fsm.getState().target;
}, {receivePrevious: 'NextCycle'}));

this._addSignalListeners(this.fsm.defineSignals([
{
callback: (): void => {
Expand Down

0 comments on commit da8e97c

Please sign in to comment.