Explorar o código

fix socket PropTypes

kaori %!s(int64=3) %!d(string=hai) anos
pai
achega
70f9e4b583

+ 1 - 1
packages/app/src/components/Admin/ExportArchiveDataPage.jsx

@@ -248,7 +248,7 @@ class ExportArchiveDataPage extends React.Component {
 
 ExportArchiveDataPage.propTypes = {
   t: PropTypes.func.isRequired, // i18next
-  socket: PropTypes.func,
+  socket: PropTypes.object,
 };
 
 const ExportArchiveDataPageWrapperFC = (props) => {