Explorar el Código

reset Meaningless change

yusuketk hace 5 años
padre
commit
fefb1da5da
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 = {