Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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> | ... | ... |
-
Please register or login to post a comment