Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR authored Sep 8, 2024
1 parent 8dfe680 commit df1cd19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import FeatureStampRally from "../components/toppage/FeatureStampRally";
import Hero from "../components/toppage/Hero";
import OrgList from "../components/toppage/OrgList";
import { OrganizationProvider, useOrganizations } from "../hooks/organizations";
import useUser from "../hooks/user";

const OGP_URL = process.env.NEXT_PUBLIC_OGP_URL ?? "http://localhost:8787";

Expand Down Expand Up @@ -79,7 +78,7 @@ export default function Home({
}: HomeProps) {
const { replace, query } = useRouter();
// TODO: 相性診断するときにユーザ情報を作成すれば良いので、ここでユーザ情報を作成する必要はない
useUser();
// useUser();

const featureStampRally = {
title: "スタンプラリー",
Expand Down

0 comments on commit df1cd19

Please sign in to comment.