Shun Miyazawa il y a 4 ans
Parent
commit
586b110241
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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 = {