Skip to content
Snippets Groups Projects
Commit faa341c3 authored by timothycarambat's avatar timothycarambat
Browse files

remove duplicate case stmt

parent 3f5b2485
Branches 1656-feat-implement-tooltip-ui-designs
Tags
No related merge requests found
...@@ -210,7 +210,6 @@ function displayFromFile(file) { ...@@ -210,7 +210,6 @@ function displayFromFile(file) {
case "js": case "js":
case "jsx": case "jsx":
case "cpp": case "cpp":
case "c":
case "c": case "c":
return { iconBgColor: "bg-warn", Icon: FileCode }; return { iconBgColor: "bg-warn", Icon: FileCode };
case "png": case "png":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment