Skip to content

Commit 526260c

Browse files
committed
drop computed
1 parent 2de568f commit 526260c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/javascripts/discourse/components/teambuild-target.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default class TeambuildTarget extends Component.extend(
2626
return !this.editing && this.index < this.length - 1;
2727
}
2828

29-
@computed
3029
get targetTypes() {
3130
return Object.keys(Types).map((key) => {
3231
return { id: Types[key], name: underscore(key) };

0 commit comments

Comments
 (0)