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

+ 3 - 1
packages/app/src/components/SubscribeButton.jsx

@@ -48,7 +48,9 @@ const SubscruibeButton = (props) => {
 
 };
 
-
+/**
+ * Wrapper component for using unstated
+ */
 const SubscruibeButtonWrapper = withUnstatedContainers(SubscruibeButton, [AppContainer, PageContainer]);
 
 SubscruibeButton.propTypes = {