fix deprecated switch component (#409)
Showing
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| "react-router-dom": "^5.0.0", | "react-router-dom": "^5.0.0", | ||
| "react-scripts": "^3.0.1", | "react-scripts": "^3.0.1", | ||
| "react-spring": "^8.0.20", | "react-spring": "^8.0.20", | ||
| "react-toggle": "^4.0.2", | "react-switch": "^5.0.1", | ||
| "styled-components": "^4.2.0", | "styled-components": "^4.2.0", | ||
| "web3-react": "^5.0.4" | "web3-react": "^5.0.4" | ||
| }, | }, | ||
| ... | ... |
Please register or sign in to comment