Browse Source

reset Meaningless change

yusuketk 5 năm trước cách đây
mục cha
commit
fefb1da5da
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 = {