Created by: andrelmlins
In the file react-scripts replaces the switch case with a simple if else. Since there was only one case, it would be nice to replace it with an if else.
Created by: andrelmlins
In the file react-scripts replaces the switch case with a simple if else. Since there was only one case, it would be nice to replace it with an if else.