diff --git a/src/components/editor/components/MarkdownToolbar.tsx b/src/components/editor/components/MarkdownToolbar.tsx index acaa3ad..fefeb29 100644 --- a/src/components/editor/components/MarkdownToolbar.tsx +++ b/src/components/editor/components/MarkdownToolbar.tsx @@ -141,7 +141,7 @@ export function MarkdownToolbar({ onInsert }: MarkdownToolbarProps) {
{tools.map((tool, index) => { if ('type' in tool && tool.type === 'separator') { - return + return } const buttonTool = tool as ToolButton