sdy

update props

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