diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx index f93ebebd..8cfc3c53 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx @@ -210,7 +210,6 @@ function displayFromFile(file) { case "js": case "jsx": case "cpp": - case "c": case "c": return { iconBgColor: "bg-warn", Icon: FileCode }; case "png":