Skip to content

Commit 06ba44e

Browse files
fix: fix an error (#636)
1 parent 048d0f2 commit 06ba44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/markdown/plugins/transformTabsComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function extractFrameworkData(node: HastNode): FrameworkExtraction | null {
266266
title: codeBlockData.title || 'Untitled',
267267
code: codeBlockData.code,
268268
language: codeBlockData.language,
269-
preNode: c,
269+
preNode: child,
270270
})
271271
}
272272
}

0 commit comments

Comments
 (0)