Skip to content

Commit e92d030

Browse files
ci: apply automated fixes
1 parent 2a10dee commit e92d030

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/SimpleMarkdown.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ type SimpleMarkdownProps = {
8181
htmlMarkup?: string
8282
}
8383

84-
export function SimpleMarkdown({ rawContent, htmlMarkup }: SimpleMarkdownProps) {
84+
export function SimpleMarkdown({
85+
rawContent,
86+
htmlMarkup,
87+
}: SimpleMarkdownProps) {
8588
const rendered = React.useMemo(() => {
8689
if (rawContent) {
8790
return renderMarkdown(rawContent)

0 commit comments

Comments
 (0)