Skip to content
Snippets Groups Projects
Unverified Commit e22a2d5c authored by gabriellsh's avatar gabriellsh Committed by GitHub
Browse files

regression: Unintentional semi-colon on ui-kit messages (#32061)

parent d1b1ffe9
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ const MarkdownTextElement = ({ textObject }: { textObject: TextObject }) => {
return (
<Suspense fallback={<Skeleton />}>
<Markup tokens={parse(text, { emoticons: false })} />;
<Markup tokens={parse(text, { emoticons: false })} />
</Suspense>
);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment