chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-06-25 20:20:26 -07:00
parent 9642d7ced0
commit 1bf7f116d6
4 changed files with 11 additions and 23 deletions

View file

@ -510,7 +510,7 @@ export const DocumentMentionPicker = forwardRef<
type: "branch",
disabled: activeConnectors.length === 0,
value: { kind: "view", view: { kind: "connectors" } },
},
}
);
if (enableChatMentions) {
nodes.push({

View file

@ -114,9 +114,7 @@ export function PublicChatSnapshotsManager({
return (
<Alert variant="destructive">
<AlertCircle className="h-4 w-4" />
<AlertDescription>
Failed to load public chats. Please try again later.
</AlertDescription>
<AlertDescription>Failed to load public chats. Please try again later.</AlertDescription>
</Alert>
);
}