diff --git a/src/app/tabs/stems/stems-editor/stems-editor.component.ts b/src/app/tabs/stems/stems-editor/stems-editor.component.ts index 09bee47..40687ea 100644 --- a/src/app/tabs/stems/stems-editor/stems-editor.component.ts +++ b/src/app/tabs/stems/stems-editor/stems-editor.component.ts @@ -22,24 +22,9 @@ export class StemsEditorComponent () => !this.editing()._isNPCOnly && this.editing()._hasSpell ), }, - { - name: '[T]rait', - visibleIf: computed( - () => !this.editing()._isNPCOnly && this.editing()._hasTrait - ), - }, - { - name: '[E]ffect', - visibleIf: computed( - () => !this.editing()._isNPCOnly && this.editing()._hasEffect - ), - }, - { - name: '[M]acro', - visibleIf: computed( - () => !this.editing()._isNPCOnly && this.editing()._hasMacro - ), - }, + { name: '[T]rait', visibleIf: computed(() => this.editing()._hasTrait) }, + { name: '[E]ffect', visibleIf: computed(() => this.editing()._hasEffect) }, + { name: '[M]acro', visibleIf: computed(() => this.editing()._hasMacro) }, ]; public readonly effectUniqueTabs = [