Skip to content

Commit a812562

Browse files
lexi-taylorOEvgeny
andauthored
Update packages/component/src/Attachment/Text/private/Markdownable.tsx
Co-authored-by: Eugene <EOlonov@gmail.com>
1 parent 342d7fe commit a812562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component/src/Attachment/Text/private/Markdownable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const markdownablePropsSchema = pipe(
1414

1515
type MarkdownableProps = InferInput<typeof markdownablePropsSchema>;
1616

17-
function Markdownable({ className, text, id }: MarkdownableProps) {
17+
function Markdownable({ className, id, text }: MarkdownableProps) {
1818
const renderMarkdownAsHTML = useRenderMarkdownAsHTML('message activity');
1919

2020
const innerHTML = useMemo<Readonly<{ __html: string }> | undefined>(

0 commit comments

Comments
 (0)