Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 15, 2023
1 parent c332d72 commit 89be82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/EmberPlus.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class ServiceEmberPlus extends ServiceBase {

if (bank === null) return

this.#updateNodePath(buildPathForButton(location.pageNumber, bank, NODE_STATE), state)
this.#updateNodePath(buildPathForButton(location.pageNumber, bank, NODE_STATE), pushed)
}

/**
Expand Down

0 comments on commit 89be82c

Please sign in to comment.