mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Fix beer likes and db client
This commit is contained in:
@@ -10,7 +10,7 @@ const LogoutPage: NextPage = () => {
|
||||
router.reload();
|
||||
router.push('/');
|
||||
}, [router]);
|
||||
return <div />;
|
||||
return null;
|
||||
};
|
||||
|
||||
export default LogoutPage;
|
||||
|
||||
Reference in New Issue
Block a user