refactor(assistant-ui): remove unused ShieldCheck icon from MCPTrustedTools component

This commit is contained in:
Anish Sarkar 2026-06-01 12:38:01 +05:30
parent ad24c3a369
commit 78fbca1967

View file

@ -1,6 +1,6 @@
"use client";
import { ShieldCheck, Trash2 } from "lucide-react";
import { Trash2 } from "lucide-react";
import type { FC } from "react";
import { useState } from "react";
import { toast } from "sonner";
@ -36,7 +36,6 @@ export const MCPTrustedTools: FC<MCPTrustedToolsProps> = ({ connector }) => {
return (
<div className="space-y-4">
<h3 className="font-medium text-sm sm:text-base flex items-center gap-2">
<ShieldCheck className="h-4 w-4" />
Trusted Tools
</h3>