mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 23:44:11 +02:00
fix: missed type after refactor
This commit is contained in:
@@ -17,7 +17,7 @@ interface IMarkdownProps {
|
||||
export function Markdown({
|
||||
content,
|
||||
...restProps
|
||||
}: MarkdownProps): JSX.Element {
|
||||
}: IMarkdownProps): JSX.Element {
|
||||
React.useEffect(() => {
|
||||
Prism.highlightAll()
|
||||
}, [])
|
||||
|
||||
Reference in New Issue
Block a user