mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-28 21:49:40 +02:00
style: auto-format with biome
This commit is contained in:
parent
6e116d1fc9
commit
4a8731019f
1 changed files with 1 additions and 4 deletions
|
|
@ -193,10 +193,7 @@ export const InlineMentionEditor = forwardRef<InlineMentionEditorRef, InlineMent
|
||||||
|
|
||||||
const iconSpan = document.createElement("span");
|
const iconSpan = document.createElement("span");
|
||||||
iconSpan.className = "flex items-center text-muted-foreground";
|
iconSpan.className = "flex items-center text-muted-foreground";
|
||||||
renderIconToElement(
|
renderIconToElement(getConnectorIcon(doc.document_type ?? "UNKNOWN", "h-3 w-3"), iconSpan);
|
||||||
getConnectorIcon(doc.document_type ?? "UNKNOWN", "h-3 w-3"),
|
|
||||||
iconSpan
|
|
||||||
);
|
|
||||||
|
|
||||||
const removeBtn = document.createElement("button");
|
const removeBtn = document.createElement("button");
|
||||||
removeBtn.type = "button";
|
removeBtn.type = "button";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue