Skip to content

Commit

Permalink
Merge pull request #322 from RobzLegz/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
RobzLegz authored Nov 3, 2021
2 parents d301209 + ceaa623 commit 2370859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import Notification from "../components/notifications/Notification";
export default function Home() {
const router = useRouter();

useEffect(() => {
router.push("/menu");
}, []);
// useEffect(() => {
// router.push("/menu");
// }, []);

return (
<div>
Expand Down

1 comment on commit 2370859

@vercel
Copy link

@vercel vercel bot commented on 2370859 Nov 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.