Skip to content

Commit d8145fd

Browse files
committed
chore: remove unnecessary props passing
1 parent 0812e2d commit d8145fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/devtools/src/app/components/data/ModuleImportRelationships.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ onMounted(() => {
275275
border="~ base rounded"
276276
:link="true"
277277
:session="session"
278-
:pkg="node.data.module"
279278
:minimal="true"
280279
:style="{
281280
left: `${node.x}px`,

packages/devtools/src/app/components/modules/Graph.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ onMounted(() => {
285285
border="~ base rounded"
286286
:link="true"
287287
:session="session"
288-
:pkg="node.data.module"
289288
:minimal="true"
290289
:style="{
291290
left: `${node.x}px`,

0 commit comments

Comments
 (0)