Skip to content

Commit 8cfa5be

Browse files
hotfix: fix dev-portal deploy (#6051)
1 parent e3d773c commit 8cfa5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/Markdown/markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { CodeWrapper } from './codeWrapper'
77

88
import { Typography } from '../Typography'
99

10-
const REMARK_PLUGINS = [
10+
const REMARK_PLUGINS: Array<any> = [
1111
remarkGfm,
1212
]
1313

0 commit comments

Comments
 (0)