From faa341c33b8d1b127bc827ee1ef63dd398e58fa6 Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Wed, 31 Jul 2024 11:33:30 -0700 Subject: [PATCH] remove duplicate case stmt --- .../ChatContainer/PromptInput/Attachments/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx index f93ebebd2..8cfc3c535 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": -- GitLab