Marina Yakovenko 5 years ago
parent
commit
e442b9c607
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router.js

+ 1 - 1
src/router.js

@@ -140,7 +140,7 @@ const Router = withRouter(({ history, user }) => {
 
 	return (
 		<div className="container">
-			{/* {console.log('events', events)} */}
+			{/* {console.log('events', events)}  */}
 			<Switch>
 				{route.map(el => (
 					<PrivateRoute