Removed damage effects from tree views

The totals of those effects are already accounted for in the displayed number
This commit is contained in:
ThaumRystra
2024-10-29 16:06:46 +02:00
parent fe035a2ff1
commit b90cc2e467
8 changed files with 0 additions and 29 deletions

View File

@@ -3,7 +3,6 @@
:is="treeNodeView"
:model="model"
:selected="selected"
:show-external-details="showExternalDetails"
:class="{
'inactive': model.inactive,
}"
@@ -25,7 +24,6 @@ export default {
required: true,
},
selected: Boolean,
showExternalDetails: Boolean,
},
computed: {
treeNodeView(){