Skip to content

Commit

Permalink
Use the name getter that already exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvwong committed Jul 24, 2024
1 parent 4d59ce6 commit e93728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/element/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class Entity extends Element {

normalized(){
// normalized := has a name and is associated
const name = this.syncher.get('name');
const name = this.name();
return name && this.associated() && this.completed();
}

Expand Down

0 comments on commit e93728a

Please sign in to comment.