Ver código fonte

remove unused code

yuken 3 anos atrás
pai
commit
908f4d0504
1 arquivos alterados com 0 adições e 2 exclusões
  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">