bug fix

parent 5bff38c7
......@@ -14,6 +14,7 @@ const Header = () => {
if (token) {
dispatch(logout(token));
}
navigate('/');
};
return (
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment