fixing token error
This commit is contained in:
@@ -31,6 +31,7 @@ const Home = () => {
|
||||
setTitle("Home");
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className={classes.paper}>
|
||||
<Typography className={classes.homePageTitle} component="h1" variant="h5">
|
||||
|
||||
Reference in New Issue
Block a user