diff --git a/ui/litellm-dashboard/src/components/view_logs/LogDetailsDrawer/ToolCallCard.tsx b/ui/litellm-dashboard/src/components/view_logs/LogDetailsDrawer/ToolCallCard.tsx index 38f2128a3db..c032258717d 100644 --- a/ui/litellm-dashboard/src/components/view_logs/LogDetailsDrawer/ToolCallCard.tsx +++ b/ui/litellm-dashboard/src/components/view_logs/LogDetailsDrawer/ToolCallCard.tsx @@ -4,7 +4,7 @@ import { useState } from 'react'; import { Button, Typography, message } from 'antd'; -import { CopyOutlined, ToolOutlined } from '@ant-design/icons'; +import { CopyOutlined } from '@ant-design/icons'; import { ToolCall } from './prettyMessagesTypes'; const { Text } = Typography;