Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FadhlanR committed Mar 13, 2024
1 parent 7f01263 commit c386554
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/host/app/services/operator-mode-state-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export default class OperatorModeStateService extends Service {
if (!this.state.stacks[stackIndex]) {
this.state.stacks[stackIndex] = new TrackedArray([]);
}

this.state.stacks[stackIndex].push(item);
this.recentCardsService.add(item.card);
this.schedulePersist();
Expand Down

0 comments on commit c386554

Please sign in to comment.