diff --git a/app/imports/client/ui/components/tree/TreeNode.vue b/app/imports/client/ui/components/tree/TreeNode.vue
index e42082ca..3fc4ad8d 100644
--- a/app/imports/client/ui/components/tree/TreeNode.vue
+++ b/app/imports/client/ui/components/tree/TreeNode.vue
@@ -39,7 +39,6 @@
@@ -58,7 +57,6 @@
:organize="organize"
:selected-node="selectedNode"
:start-expanded="startExpanded"
- :show-external-details="showExternalDetails"
@move-within-root="e => $emit('move-within-root', e)"
@move-between-roots="e => $emit('move-between-roots', e)"
@selected="e => $emit('selected', e)"
@@ -117,7 +115,6 @@ export default {
},
selected: Boolean,
startExpanded: Boolean,
- showExternalDetails: Boolean,
},
data() {
return {
diff --git a/app/imports/client/ui/components/tree/TreeNodeList.vue b/app/imports/client/ui/components/tree/TreeNodeList.vue
index 51e7ddbd..94d80e02 100644
--- a/app/imports/client/ui/components/tree/TreeNodeList.vue
+++ b/app/imports/client/ui/components/tree/TreeNodeList.vue
@@ -23,7 +23,6 @@
:organize="organize"
:lazy="lazy"
:start-expanded="startExpanded"
- :show-external-details="showExternalDetails"
@selected="e => $emit('selected', e)"
@move-within-root="e => $emit('move-within-root', e)"
@move-between-roots="e => $emit('move-between-roots', e)"
@@ -68,7 +67,6 @@ export default {
default: () => [],
},
startExpanded: Boolean,
- showExternalDetails: Boolean,
},
data() {
return {
diff --git a/app/imports/client/ui/properties/components/actions/ActionCard.vue b/app/imports/client/ui/properties/components/actions/ActionCard.vue
index ae7fa699..42c1a14f 100644
--- a/app/imports/client/ui/properties/components/actions/ActionCard.vue
+++ b/app/imports/client/ui/properties/components/actions/ActionCard.vue
@@ -89,7 +89,6 @@
$emit('sub-click', e)"
diff --git a/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue b/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue
index dfaab578..ca6f086f 100644
--- a/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue
+++ b/app/imports/client/ui/properties/treeNodeViews/DamageTreeNode.vue
@@ -18,24 +18,6 @@
to self
-
-
-
diff --git a/app/imports/client/ui/properties/treeNodeViews/TreeNodeView.vue b/app/imports/client/ui/properties/treeNodeViews/TreeNodeView.vue
index 74de9534..c1c02c6f 100644
--- a/app/imports/client/ui/properties/treeNodeViews/TreeNodeView.vue
+++ b/app/imports/client/ui/properties/treeNodeViews/TreeNodeView.vue
@@ -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(){
diff --git a/app/imports/client/ui/properties/treeNodeViews/treeNodeViewMixin.js b/app/imports/client/ui/properties/treeNodeViews/treeNodeViewMixin.js
index 9714f908..1efe0638 100644
--- a/app/imports/client/ui/properties/treeNodeViews/treeNodeViewMixin.js
+++ b/app/imports/client/ui/properties/treeNodeViews/treeNodeViewMixin.js
@@ -12,7 +12,6 @@ export default {
},
selected: Boolean,
hideIcon: Boolean,
- showExternalDetails: Boolean,
},
computed: {
title() {
diff --git a/app/imports/client/ui/tabletop/TabletopActionCard.vue b/app/imports/client/ui/tabletop/TabletopActionCard.vue
index 5d63b0bd..ae0e4523 100644
--- a/app/imports/client/ui/tabletop/TabletopActionCard.vue
+++ b/app/imports/client/ui/tabletop/TabletopActionCard.vue
@@ -87,7 +87,6 @@
$emit('sub-click', e)"
diff --git a/app/imports/client/ui/tabletop/TabletopBuffCard.vue b/app/imports/client/ui/tabletop/TabletopBuffCard.vue
index 0de0ce1d..e0e94529 100644
--- a/app/imports/client/ui/tabletop/TabletopBuffCard.vue
+++ b/app/imports/client/ui/tabletop/TabletopBuffCard.vue
@@ -44,7 +44,6 @@
$emit('sub-click', e)"