Remove redundant switch return.

This commit is contained in:
Dillon Kearns 2023-01-29 08:36:38 -08:00
parent 9251a8201d
commit 70816b8877

View File

@ -58,9 +58,6 @@ function toKleurColor(color) {
case "33BBC8": {
return "cyan";
}
case "33BBC8": {
return "cyan";
}
case "FFFF00": {
return "yellow";
}