Skip to content

Commit

Permalink
ui: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Oct 21, 2021
1 parent e783aaf commit 48410e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/models/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Agent extends Model {
return this.get('system.leader.rpcAddr') === this.rpcAddr;
}

@computed('tags.[]')
@computed('tags.build')
get version() {
return this.tags?.build || '';
}
Expand Down

0 comments on commit 48410e2

Please sign in to comment.