diff --git a/components/ideas/idea-md-editor.tsx b/components/ideas/idea-md-editor.tsx index 01488a6..85c52bd 100644 --- a/components/ideas/idea-md-editor.tsx +++ b/components/ideas/idea-md-editor.tsx @@ -124,9 +124,7 @@ export function IdeaMdEditor({ ideaId, kind, initialValue, onCancel }: Props) { {err.line ? `Regel ${err.line}: ` : ''} {err.message} {err.hint && ( - - Tip: {err.hint} - +
Tip: {err.hint}
)} ))}