Browse Source

remove unnecessary

Shun Miyazawa 4 years ago
parent
commit
ac5a166a16
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/SubscribeButton.tsx

+ 0 - 1
packages/app/src/components/SubscribeButton.tsx

@@ -12,7 +12,6 @@ import PageContainer from '~/client/services/PageContainer';
 
 
 type Props = {
 type Props = {
   appContainer: AppContainer,
   appContainer: AppContainer,
-  pageContainer: PageContainer,
   pageId: string,
   pageId: string,
 };
 };