We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7c02a commit 32cdef0Copy full SHA for 32cdef0
src/components/HeaderCustom.jsx
@@ -65,7 +65,7 @@ class HeaderCustom extends Component {
65
};
66
logout = () => {
67
localStorage.removeItem('user');
68
- this.props.router.push('/login')
+ this.props.history.push('/login')
69
70
popoverHide = () => {
71
this.setState({
0 commit comments