Browse Source

add comment

Shun Miyazawa 4 years ago
parent
commit
586b110241
1 changed files with 3 additions and 1 deletions
  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 = {