Browse Source

reset Meaningless change

yusuketk 5 years ago
parent
commit
fefb1da5da
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/client/js/components/ShareLinkList.jsx

+ 3 - 0
src/client/js/components/ShareLinkList.jsx

@@ -65,6 +65,9 @@ const ShareLinkList = (props) => {
   );
 };
 
+/**
+ * Wrapper component for using unstated
+ */
 const ShareLinkListWrapper = withUnstatedContainers(ShareLinkList, [AppContainer]);
 
 ShareLinkList.propTypes = {