mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +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");
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue