Shun Miyazawa 4 anni fa
parent
commit
a847244a84
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      packages/app/src/components/SubscribeButton.tsx

+ 3 - 3
packages/app/src/components/SubscribeButton.tsx

@@ -14,7 +14,7 @@ type Props = {
   pageId: string,
   pageId: string,
 };
 };
 
 
-const SubscruibeButton: FC<Props> = (props: Props) => {
+const SubscribeButton: FC<Props> = (props: Props) => {
   const { t } = useTranslation();
   const { t } = useTranslation();
 
 
   const { appContainer, pageId } = props;
   const { appContainer, pageId } = props;
@@ -61,5 +61,5 @@ const SubscruibeButton: FC<Props> = (props: Props) => {
 /**
 /**
  * Wrapper component for using unstated
  * Wrapper component for using unstated
  */
  */
-const SubscruibeButtonWrapper = withUnstatedContainers(SubscruibeButton, [AppContainer, PageContainer]);
-export default SubscruibeButtonWrapper;
+const SubscribeButtonWrapper = withUnstatedContainers(SubscribeButton, [AppContainer, PageContainer]);
+export default SubscribeButtonWrapper;