瀏覽代碼

reset Meaningless change

yusuketk 5 年之前
父節點
當前提交
fefb1da5da
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 = {