yuken пре 3 година
родитељ
комит
908f4d0504
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      packages/app/src/pages/me.page.tsx

+ 0 - 2
packages/app/src/pages/me.page.tsx

@@ -49,7 +49,6 @@ type Props = CommonProps & {
 };
 
 const MePage: NextPage<Props> = (props: Props) => {
-  const router = useRouter();
   useCurrentUser(props.currentUser ?? null);
 
   useRegistrationWhiteList(props.registrationWhiteList);
@@ -74,7 +73,6 @@ const MePage: NextPage<Props> = (props: Props) => {
 
   return (
     <>
-      {/* タブタイトルをカスタマイズする必要あり */}
       <BasicLayout title={useCustomTitle(props, 'GROWI')}>
 
         <header className="py-3">