Skip to content

Commit

Permalink
fix: Regression in dummy app layout (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
raido authored Oct 6, 2020
1 parent bb1f1a2 commit 15a380f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { computed, set } from '@ember/object';
import { scheduleOnce } from '@ember/runloop';

export default Component.extend({
classNames: ['nested-template'],
classNameBindings: ['active:active'],
active: computed('titleList.{tokens.@each.active}', 'token.id', {
get() {
let tokens = A(this.titleList.tokens);
Expand Down

0 comments on commit 15a380f

Please sign in to comment.