style: auto-format with biome

This commit is contained in:
Matt Van Horn 2026-04-12 23:04:44 -04:00
parent 6e116d1fc9
commit 4a8731019f
No known key found for this signature in database

View file

@ -193,10 +193,7 @@ export const InlineMentionEditor = forwardRef<InlineMentionEditorRef, InlineMent
const iconSpan = document.createElement("span");
iconSpan.className = "flex items-center text-muted-foreground";
renderIconToElement(
getConnectorIcon(doc.document_type ?? "UNKNOWN", "h-3 w-3"),
iconSpan
);
renderIconToElement(getConnectorIcon(doc.document_type ?? "UNKNOWN", "h-3 w-3"), iconSpan);
const removeBtn = document.createElement("button");
removeBtn.type = "button";