mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 22:26:16 +03:00
Remove redundant switch return.
This commit is contained in:
parent
9251a8201d
commit
70816b8877
@ -58,9 +58,6 @@ function toKleurColor(color) {
|
||||
case "33BBC8": {
|
||||
return "cyan";
|
||||
}
|
||||
case "33BBC8": {
|
||||
return "cyan";
|
||||
}
|
||||
case "FFFF00": {
|
||||
return "yellow";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user