sdy

update props

...@@ -124,7 +124,7 @@ const StyledLink = styled(Link)` ...@@ -124,7 +124,7 @@ const StyledLink = styled(Link)`
124 }}; 124 }};
125 `; 125 `;
126 126
127 -export default ({ logOut, match, location, history }) => { 127 +export default ({ logOut, match, location, history, chName }) => {
128 console.log(location.pathname); 128 console.log(location.pathname);
129 return ( 129 return (
130 <MenuBar> 130 <MenuBar>
......