Skip to content

Commit 8cb1a24

Browse files
committed
chore: remove unnecessary props passing
1 parent 5608d61 commit 8cb1a24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/devtools/src/app/components/flowmap/ModuleFlow.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ const codeDisplay = computed(() => {
192192
<div w-full flex="~">
193193
<div select-none flex-1>
194194
<FlowmapExpandable
195-
:items="resolveIds"
196195
:expandable="resolveIds.length > 0"
197196
:class-root-node="resolveIds.length === 0 ? 'border-dashed' : ''"
198197
:active-start="isSelectedAncestor(resolveIds[0] || loads[0])"
@@ -219,7 +218,6 @@ const codeDisplay = computed(() => {
219218
</FlowmapExpandable>
220219

221220
<FlowmapExpandable
222-
:items="loads"
223221
:expandable="loads.length > 0"
224222
:class-root-node="loads.length === 0 ? 'border-dashed' : ''"
225223
:active-start="isSelectedAncestor(loads[0])"

0 commit comments

Comments
 (0)