diff --git a/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue b/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue index c4502817..b81788f7 100644 --- a/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue +++ b/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue @@ -1,6 +1,9 @@ @@ -37,8 +45,8 @@ import { getPropertyIcon } from '/imports/constants/PROPERTIES.js'; import InlineEffect from '../components/effects/InlineEffect.vue'; export default { - mixins: [treeNodeViewMixin], components: {InlineEffect}, + mixins: [treeNodeViewMixin], computed: { icon() { if (this.model.damageType === 'healing') {